Skip to content

Instantly share code, notes, and snippets.

@crispgm
Last active June 4, 2016 14:10
Show Gist options
  • Save crispgm/62507885eb113bd432bae1688e82900d to your computer and use it in GitHub Desktop.
Save crispgm/62507885eb113bd432bae1688e82900d to your computer and use it in GitHub Desktop.
sync forked project
git remote add upstream <ORIGINAL>
git fetch upstream
git checkout master
git merge upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment