SyMind / learning

路漫漫其修远兮,吾将上下而求索。
9 stars 1 forks source link

git stash #66

Open SyMind opened 1 year ago

SyMind commented 1 year ago

原文:https://stackoverflow.com/questions/58327360/unable-to-retrieve-git-stash-file-does-not-merge-even-after-repeated-attempts

git stash pop 意味着:执行 git stash apply。如果成功,执行 git stash drop

git stash apply 执行失败,git stash drop 就永远不会执行。