Added git --rebase option for pulling rails master

This commit is contained in:
Thomas von Deyen 2011-12-06 13:26:22 +01:00
parent bc994470c4
commit 7e12aa7424

@ -336,7 +336,7 @@ Its pretty likely that other changes to master have happened while you were w
<shell>
$ git checkout master
$ git pull
$ git pull --rebase
</shell>
Now reapply your patch on top of the latest changes: