码迷,mamicode.com
首页 > 其他好文 > 详细

git pull 冲突

时间:2018-08-11 23:22:24      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:error   冲突   放弃   问题   lease   follow   java   res   can   

1. 问题描述

error: Your local changes to the following files would be overwritten by merge:
xxx/xxx/xxx
Please, commit your changes or stash them before you can merge.
Aborting

2. 解决方案

2.1 stash

git stash
git pull
git stash pop

2.2 放弃本地修改

git reset --hard
git pull

git pull 冲突

标签:error   冲突   放弃   问题   lease   follow   java   res   can   

原文地址:https://www.cnblogs.com/HurryXin/p/9461400.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!