标签: git
git checkout -m的行为与git stash push,git checkout和git stash pop的立即序列相同吗? (据我所知是)。 源自Is it necessary to run `git stash push` before `git checkout`
git checkout -m
git stash push
git checkout
git stash pop
谢谢。