1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

update comment.

This commit is contained in:
Bo-Yi Wu 2015-09-04 10:32:37 +08:00
parent 184bcc1ddf
commit cb168abd45

View File

@ -74,7 +74,7 @@ If you wrote the wrong thing and the commit has not yet been pushed, you can do
$ git commit --amend
```
The another way to change commit message:
Another way to change the commit message:
```sh
$ git reset --soft HEAD^