Skip to content
Jeffrey Horn edited this page Oct 5, 2015 · 3 revisions

How do I fork and clone a repository?

  1. Fork the repository.

    ga-wdi-boston_meta
  2. Clone your fork of the repository. Double-check that you are using the SSH URL for your fork.

    jrhorn424_meta
    git clone <your_fork_ssh_url>
    
  3. Check that the new directory is there by listing your current directory contents. If it is not, please ask an instructor or classmate for help.

Clone this wiki locally