1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-06-16 12:54:01 -03:00

Minor text update

This commit is contained in:
Arnav Borborah
2017-11-06 20:09:42 -05:00
committed by GitHub
parent 7ebe86b76e
commit 7f2a4bfd03

View File

@ -105,8 +105,7 @@ If you wrote the wrong thing and the commit has not yet been pushed, you can do
```sh
$ git commit --amend
```
You can specify the commit message inline if you want:
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:
```sh
$ git commit --amend -m 'xxxxxxx'