首页 > 其他 > 详细

git合并出现冲突

时间:2018-09-29 19:41:03      阅读:161      评论:0      收藏:0      [点我收藏+]

git合并出现冲突:
Your local changes to the following files would be overwritten by merge:
Please, commit your changes or stash them before you can merge.
解决方案:
git stash //使返回到自己上一个commit,先隐藏
git pull origin master //拉取最新的代码
git stash pop //回到自己修改的代码

git合并出现冲突

原文:https://www.cnblogs.com/heqiyoujing/p/9726324.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!