Answers for "how to upload code to github repository using cmd"

0

how to upload on github with command

git remote add origin https://github.com/yourusername/your-repo-name.git
Posted by: Guest on July-02-2020
1

upload git repository to github

git init -b main
Posted by: Guest on September-28-2021

Code answers related to "how to upload code to github repository using cmd"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language