Answers for "create repository in github with cmd"

0

create a new repository on the command line github

echo "# Mr.-President" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/bkassistant-website/Mr.-President.git
git push -u origin main
Posted by: Guest on January-19-2022

Code answers related to "create repository in github with cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language