Created
May 8, 2019 23:40
-
-
Save jaredreich/51daf35cc82ca91362c8ced2b6f7fcca to your computer and use it in GitHub Desktop.
Git fetch fork upstream
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 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