我在excel工作表中进行了局部更改,然后保存并关闭了它,然后打开git并点击了git stash
命令,然后重置了本地更改,现在我想更新旧的excel工作表在我的本地较早,但无法获得
我尝试了git stash list
,但是什么都没有
我尝试了git stash apply
/ git stash pop
,但得到了error- refs/stash@{0} is not a valid reference
我尝试过
$ git fsck --unreachable | grep commit | cut -d ' ' -f3 | xargs git log --merges --no-walk