Answers for "how to push repository to github from cmd"

0

pushing an existing repository from cmd

git remote add origin <url>
git branch -M main
git push -u origin main
Posted by: Guest on July-24-2021

Code answers related to "how to push repository to github from cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language