Skip to content

Instantly share code, notes, and snippets.

@keum
Created November 7, 2015 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keum/aa6b1ce503c6db41db82 to your computer and use it in GitHub Desktop.
Save keum/aa6b1ce503c6db41db82 to your computer and use it in GitHub Desktop.
How to: GitHub - Fork other people's project into your repository and copy onto your local machine directory.
Sceanrio 2: Forking other people's repository from GitHub
Step 1: Find other repo you're interested in forking.
Step 2: Click Fork icon from GitHub site to your repository.
Step 3: Go to your local machine where you want to download recently forked project from GitHub
Step 4: $ git clone Http://repository name.git
Step 5: this should download all the directory/files from the repo to local machine's directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment