Skip to content

Instantly share code, notes, and snippets.

@Martin91
Created July 2, 2013 12:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Martin91/5908916 to your computer and use it in GitHub Desktop.
Save Martin91/5908916 to your computer and use it in GitHub Desktop.
Make Your Fork Track the Original Upstream Repo
git remote add --track master upstream git://github.com/upstreamname/projectname.git
git fetch upstream
git merge upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment