当前位置:   article > 正文

git stash后执行git stash pop但是没有恢复现场_git stash pop没有回复

git stash pop没有回复

如题目所示,git stash 保存‘现场’后,git stash pop操作没有恢复‘现场’(第一次执行git stash pop后是可以恢复‘现场’的,但是,切换分支后再执行git stash pop 没有恢复)

解决:

git stash list //显示保存的现场
git stash apply {现场号}
  • 1
  • 2

如:

git stash list
  • 1

你会看到=>

stash@{0} ....
  • 1

然后:

git stash apply stash@{0}
  • 1

即可恢复现场。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/从前慢现在也慢/article/detail/558235
推荐阅读
相关标签
  

闽ICP备14008679号