Answers for "how to write a github repo to a project"

0

how to create a github repo

git remote add origin https://github.com/Anderson68-chale/ANDERSON.git
git branch -M main
git push -u origin main
Posted by: Guest on June-18-2021
-3

how to link a repo to a project on github

$ git init
Posted by: Guest on December-10-2019

Code answers related to "how to write a github repo to a project"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language