Answers for "Push github repo in command line"

0

Push github repo in command line

git remote add origin https://github.com/User/Project
git branch -M main
git push -u origin main
Posted by: Guest on March-31-2022

Code answers related to "Push github repo in command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language