Added git --rebase option for pulling rails master
This commit is contained in:
parent
bc994470c4
commit
7e12aa7424
@ -336,7 +336,7 @@ It’s 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:
|
||||
|
Loading…
Reference in New Issue
Block a user