git stash drop误删之后如何恢复

git fsck --lost-found

会列出被删除的stash的id

git stash apply id

可以将指定的id恢复到当前分支