Skip to content

Instantly share code, notes, and snippets.

@birchestx
Created December 8, 2013 03:57
Show Gist options
  • Save birchestx/7853185 to your computer and use it in GitHub Desktop.
Save birchestx/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