git fsck --lost-found找回丢失的satsh记录,只有commit 才能够被恢复
git show commitId
参考了网友博客
git log --graph --oneline --decorate $( git fsck --no-reflog | awk '/dangling commit/ {print $3}' ) >xxx.txt
已经按顺序排好了
git stash apply a30ce5e8
京公网安备 11010502049817号