Created
February 18, 2013 11:07
-
-
Save stowball/4976645 to your computer and use it in GitHub Desktop.
How to update a forked repo (remote upstream)
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
| git remote add upstream <original repo url> | |
| git pull upstream master | |
| git push origin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment