Wang-Kai/cherish-today

change commit message

Opened this issue · 0 comments

场景

提交了一个 commit message , 但发现 commit 写的有误或不优雅,想要修改 commit message。

解决方法

# 进入交互模式修改
git commit --amend

# 直接一行命令搞定
git commit --amend -m 'new message'