1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00
This commit is contained in:
cyblue9 2018-11-15 08:28:44 +09:00 committed by Richard Littauer
parent f4037ec5c1
commit 4b6e19a5ea

View File

@ -182,6 +182,7 @@ If you wrote the wrong thing and the commit has not yet been pushed, you can do
```sh ```sh
$ git commit --amend --only $ git commit --amend --only
``` ```
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: 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 ```sh