add missing preposition

This commit is contained in:
Eugene Sharygin 2016-02-22 17:54:12 +03:00
parent 7c76618f2e
commit 15fe42de67
1 changed files with 1 additions and 1 deletions

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