Answers for "how to connect to an existing project to github"

4

git push existing code to new repository

git remote add origin <remote repository URL>
Posted by: Guest on May-28-2020
-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 connect to an existing project to github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language