Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我重置了我的分支。现在我看不到在当前提交之后完成的提交。
是的,我知道
git fsck --lost-found
但是如何查看显示的 SHA 代码的日期或日志信息?
要获取带有日期的 reflog 日志,您可以使用以下-g选项来记录:
-g
git log -g --abbrev-commit --pretty="%h %ad %s"