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