This commit is contained in:
cyblue9 2018-11-15 08:28:44 +09:00 committed by Richard Littauer
parent f4037ec5c1
commit 4b6e19a5ea
1 changed files with 1 additions and 0 deletions

View File

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