Answers for "link a github repo to a local folder"

2

github clone to local folder

cd folder/to/clone-into/
git clone https://github.com/your-repo/project-name.git
Posted by: Guest on March-30-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 "link a github repo to a local folder"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language