我有一个关于 git reflog 的问题:
在我的项目开始时,当我执行 git reflog 时,我能够看到我原来的 git clone 命令的所有步骤。
今天, git reflog 不再返回到 git clone 命令。
更准确地说, git reflog 返回 4143 行,最后几行被截断:
$ git reflog
6146d34 HEAD@{0}: checkout: moving from feature/cluster to feature/config
[...]
cb14a86 HEAD@{4140}: checkout: moving from master to demo/20170529
b2ef8d6 HEAD@{4141}: checkout: moving from master to demo/20170529
b2ef8d6
$
谁能解释我为什么?
有没有办法获得整个reflog?
非常感谢,
朱利安