1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

add missing preposition

This commit is contained in:
Eugene Sharygin 2016-02-22 17:54:12 +03:00
parent 7c76618f2e
commit 15fe42de67

View File

@ -541,7 +541,7 @@ Let's suppose you are working in a branch that is/will become a pull-request aga
(my-branch)$ git commit -am "New awesome feature"
```
If you want more control, and also preserve timestamps, you need to do something called an interactive rebase:
If you want more control, and also to preserve timestamps, you need to do something called an interactive rebase:
```sh
(my-branch)$ git rebase -i master