Created
February 9, 2012 14:36
-
-
Save nickfloyd/1780344 to your computer and use it in GitHub Desktop.
used to sync a forked git repo with a master repo
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
git remote add upstream [git repo endpoint] | |
git fetch upstream | |
git merge upstream/master | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment