Answers for "i can't push to a new repositoty github"

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 "i can't push to a new repositoty github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language