当前位置:   article > 正文

git错误解决-Your local changes to the following files would be overwritten by checkout_error: your local changes to the following files w

error: your local changes to the following files would be overwritten by che

问题

使用idea开发时候,git切换分支会抛出异常如下:

error: Your local changes to the following files would be overwritten by merge:
       
Please commit your changes or stash them before you merge.
  • 1
  • 2
  • 3

解决方法

方法一(提交修改)

提交修改后再切换分支。
在这里插入图片描述

方法二(贮藏stash )

对未提交的修改进行贮藏,然后再次切换分支。
在这里插入图片描述

等到切换回来这个分支,再进行恢复
在这里插入图片描述

stash 使用详解

https://blog.csdn.net/fly910905/article/details/88711075

https://www.cnblogs.com/zndxall/archive/2018/09/04/9586088.html

参考:

https://blog.csdn.net/a303549861/article/details/82467400

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

闽ICP备14008679号