Answers for "create another repository github"

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/your_repository link
git push -u origin main
Posted by: Guest on January-19-2022

Code answers related to "create another repository github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language