Reflog


查看引用日志

# 下面两条命令的作用一样
git reflog
git reflog show HEAD
# 撤销一次Git操作
git reflog
git reset --hard reflog-id