标签:div 解决 stash context for git add 读取 自己的 冲突
同一份文件,在你提交时,有人比你更早更新了文件并上传,使你的本地文件并非最新。因此,在你想上传自己修改后的文件时,第一步git pull时,会报如下错误:
error: Your local changes to the following files would be overwritten by merge:
src/test/resources/application_context.xml
Please, commit your changes or stash them before you can merge.
Aborting
git stash
git pull
git stash pop
提示有无冲突
git 解决 Your local changes to the following files would be overwritten by merge:
标签:div 解决 stash context for git add 读取 自己的 冲突
原文地址:http://www.cnblogs.com/daweizhao/p/6087180.html