Created
August 26, 2019 13:05
-
-
Save wesinator/5a21084af24fea6376895063721906e6 to your computer and use it in GitHub Desktop.
Fetch and merge changes from an upstream git repo
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 $1 | |
| 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