Skip to content

Updating your pull request

Sander edited this page Jan 3, 2017 · 4 revisions

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

git fetch origin/master
git rebase --no-ff origin/master
Clone this wiki locally