Skip to content

Instantly share code, notes, and snippets.

@jpbruinsslot
Created February 24, 2018 11:50
Show Gist options
  • Select an option

  • Save jpbruinsslot/85b8d1344a3a9b1ad2cb635a438b50bb to your computer and use it in GitHub Desktop.

Select an option

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