Guides: Getting a copy of your github repo
This quick help will show you how to get a copy of your github repo down to a local computer. This would be a complete new copy, or clone.
- Add your SSH key
- Copy your Clone URL from the repository homepage
- At the local computer go to directory that you want to contain your code
- Just enter the single command
git clone [clone_url]where [clone_url] is something likegit@github.com:johndoe/myproject.git
Last edited by cannikin, 5 months ago
Versions:
