4 Updating your pull request
Sander edited this page 2017-01-03 16:59:37 +01:00

To keep your pull request up to date with last master do the following.

git fetch origin/master
git rebase --no-ff origin/master