1、git reset --hard + hash值
2、git reflog 查看当前仓库的操作日志
3、git commit --amend 修改提交信息(上一条)
4、git rebase -i 压缩历史
5、git commit -am "xxx" 完成两步操作