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:
parent
7c76618f2e
commit
15fe42de67
@ -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"
|
(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
|
```sh
|
||||||
(my-branch)$ git rebase -i master
|
(my-branch)$ git rebase -i master
|
||||||
|
Loading…
x
Reference in New Issue
Block a user