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

猜你喜欢

转载自blog.csdn.net/weixin_34038652/article/details/90770963