关于修改已经提交
git commit --amend 使用vim可以编辑最近一次commit的提交信息
关于合并多个提交git rebase -i HEAD~2 合并后2个提交
合并前
进行合并
合并后