Visual Studio 2019中的GIT stash 以下命令之间的区别是什么?pop and restore staged (--index)pop All as unstaged
在使用https://visualstudio.github.com/时
最佳答案
找到了一篇不错的文章:https://www.thomasclaudiushuber.com/2019/04/10/the-git-stash-functionality-in-visual-studio-2019-这是答案:
您的分支机构,它还将确保您已暂存的文件
之前再次上演
pop/将更改应用到分支,它不会暂存文件
你之前上演过的
如果在创建存储之前没有任何暂存文件,那么这两个选项之间不会有任何区别。
关于git - Visual Studio 2019 Github扩展命令: "pop and restore staged" vs "pop all as unstaged"?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/56500947/