Last active
September 16, 2020 03:57
-
-
Save jzbruno/eeb2b9d3302a53293b12c641a96ef7e8 to your computer and use it in GitHub Desktop.
git-update-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
# git remote add upstream <origin-url> | |
git fetch upstream | |
git merge upstream/master | |
git push origin master | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment