Skip to content

Instantly share code, notes, and snippets.

@xaxim
Created January 10, 2017 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xaxim/9889b965da8be0a3470b6d1be9e11c24 to your computer and use it in GitHub Desktop.
Save xaxim/9889b965da8be0a3470b6d1be9e11c24 to your computer and use it in GitHub Desktop.
Sync fork with original
https://upriver.github.io/
https://help.github.com/articles/syncing-a-fork/
@xaxim
Copy link
Author

xaxim commented Jan 13, 2017

git fetch upstream
git checkout master
git merge upstream/master
git merge upstream/master
git commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment