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
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后如何恢复
本文链接:https://www.haomeiwen.com/subject/ccthxctx.html
网友评论