Last active
September 17, 2018 15:38
-
-
Save jamesstout/304aa152d5b9d4da39390f70b709000d to your computer and use it in GitHub Desktop.
GitHub - Sync a fork
This file contains hidden or 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
# I can never remember... | |
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