Skip to content

Commit

Permalink
add missing preposition
Browse files Browse the repository at this point in the history
  • Loading branch information
eush77 committed Feb 22, 2016
1 parent 7c76618 commit 15fe42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 15fe42d

Please sign in to comment.