git stash 不小心drop后如何恢复

gitk --all $( git fsck --no-reflog | awk '/dangling commit/ {print $3}' )

by https://stackoverflow.com/questions/89332/how-to-recover-a-dropped-stash-in-git

你可能感兴趣的:(git stash 不小心drop后如何恢复)