Skip to content

Instantly share code, notes, and snippets.

@wsakaren
Created December 8, 2013 03:57
Show Gist options
  • Save wsakaren/7853185 to your computer and use it in GitHub Desktop.
Save wsakaren/7853185 to your computer and use it in GitHub Desktop.
$ git remote add upstream git://github.com/pjhyett/github-services.git
$ git fetch upstream
# then: (like "git pull" which is fetch + merge)
$ git merge upstream/master master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment