Created
September 25, 2020 11:59
-
-
Save tiagotele/836b9568bfdc7ad707c3fb5b9a51a2d5 to your computer and use it in GitHub Desktop.
Update fork repository with origin one.
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 rebase upstream/master | |
git merge upstream/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment