Created
May 17, 2018 03:25
-
-
Save cancerberoSgx/c0e42a79fc95bf6a7f37b0fdae101cda to your computer and use it in GitHub Desktop.
update fork's master with original 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 $ORIGINALGITURL | |
git fetch upstream | |
git checkout master | |
git merge upstream/master | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment