【Git】修改已经提交并push后的commit注释
00 效果图

01 git rebase -i HEAD~数字
1.git上有n条

2.取n条失败

2.取(n-1)条可以

3.取(n-1)的内容

4.edit(嘿嘿)

5.叉掉窗口(我默认是VC打开的)后的Bash自动弹出的信息

02 git commit --amend (嘿嘿)

03 git rebase --continue

04 git push --force origin master(origin是我的remote名字,master是分支)

05 结果
