Last active
October 9, 2020 15:59
-
-
Save ColinFay/13b8a0fbd9446532644998c0886e925d to your computer and use it in GitHub Desktop.
Keep your fork up to date
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
# To do the first time | |
# git remote add upstream https://github.com/original-repo/goes-here.git | |
git fetch upstream | |
git rebase upstream/master | |
git push origin master --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And alternatively :