最佳答案
我使用git stash pop已经有一段时间了。我最近发现了git stash apply命令。当我尝试它时,它似乎与git stash pop的工作方式相同。
git stash pop和git stash apply有什么区别?