mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 12:48:43 -03:00
Minor text update
This commit is contained in:
parent
7ebe86b76e
commit
7f2a4bfd03
@ -105,8 +105,7 @@ If you wrote the wrong thing and the commit has not yet been pushed, you can do
|
|||||||
```sh
|
```sh
|
||||||
$ git commit --amend
|
$ git commit --amend
|
||||||
```
|
```
|
||||||
|
This will open your default text editor, where you can edit the message. On the other hand, you can do this all in one command:
|
||||||
You can specify the commit message inline if you want:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ git commit --amend -m 'xxxxxxx'
|
$ git commit --amend -m 'xxxxxxx'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user