Skip to content

Instantly share code, notes, and snippets.

@czarneckid
Created April 3, 2011 19:42
Show Gist options
  • Save czarneckid/900703 to your computer and use it in GitHub Desktop.
Save czarneckid/900703 to your computer and use it in GitHub Desktop.
$ cd GitHub-Project
$ git remote add upstream git://github.com/someuser/GitHub-Project.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