Answers for "add in github command"

2

add to a github repo

git init
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/DivyanshuLohani/{repoName}.git
git push -u origin main
Posted by: Guest on July-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language