Home | Edit | New

Guides: Getting a copy of your github repo feed

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.

  1. Add your SSH key
  2. Copy your Clone URL from the repository homepage
  3. At the local computer go to directory that you want to contain your code
  4. Just enter the single command git clone [clone_url] where [clone_url] is something like git@github.com:johndoe/myproject.git
Last edited by cannikin, 5 months ago
Versions: