git reflog 显示的内容本质上是 git commit 的在本地的所有操作记录。因此,并不能百分之百保证所有提交记录可以被恢复,因此 git 有定期进行 commit 自动清理的策略
评论