应用场景 stash 手贱删除找回
#查找丢失的stash
git fsck --lost-found
列出所有stash明细
ls -1 .git/lost-found/commit/ | xargs -n 1 git log -n 1 --pretty=oneline
image.png
应用stash
git stash apply [commit]
git stash apply 0211d4fe72055e1e3be4a4e2f18696b36dc76a94
git stash apply