Answers for "create repo and push 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
0

to create repo from cmd

curl -X POST https://api.github.com/user/repos
Posted by: Guest on May-12-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language