We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c76618 commit 15fe42dCopy full SHA for 15fe42d
README.md
@@ -541,7 +541,7 @@ Let's suppose you are working in a branch that is/will become a pull-request aga
541
(my-branch)$ git commit -am "New awesome feature"
542
```
543
544
-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:
545
546
```sh
547
(my-branch)$ git rebase -i master
0 commit comments