Created
January 10, 2017 15:59
-
-
Save xaxim/9889b965da8be0a3470b6d1be9e11c24 to your computer and use it in GitHub Desktop.
Sync fork with original
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://upriver.github.io/ | |
https://help.github.com/articles/syncing-a-fork/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git fetch upstream
git checkout master
git merge upstream/master
git merge upstream/master
git commit