$ git remote add upstream git://[remote-username]/[remote-project-name].git
$ git fetch upstream
$ git rebase -i upstream/master
Created
February 24, 2018 11:50
-
-
Save jpbruinsslot/85b8d1344a3a9b1ad2cb635a438b50bb to your computer and use it in GitHub Desktop.
Keeping a fork up-to-date by using rebase
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment