Skip to content

Commit 15fe42d

Browse files
committed
add missing preposition
1 parent 7c76618 commit 15fe42d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ Let's suppose you are working in a branch that is/will become a pull-request aga
541541
(my-branch)$ git commit -am "New awesome feature"
542542
```
543543

544-
If you want more control, and also preserve timestamps, you need to do something called an interactive rebase:
544+
If you want more control, and also to preserve timestamps, you need to do something called an interactive rebase:
545545

546546
```sh
547547
(my-branch)$ git rebase -i master

0 commit comments

Comments
 (0)