git 那些骚操作

git push到远端以后去修改 commit message
git commit --amend
进入vim 编辑模式
修改commit message
git push -f origin HEAD: your branch

vim编辑器教程

git

相关推荐