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

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin

时间:2016-06-10 14:52:40      阅读:1878      评论:0      收藏:0      [点我收藏+]

标签:

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin 


git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree pull --no-commit origin dev 
From https://git.oschina.net/*****
 * branch            dev        -> FETCH_HEAD
error: Your local changes to the following files would be overwritten by merge:
	**/**/App/LaunchViewController.m
Please, commit your changes or stash them before you can merge.
Aborting
Completed with errors, see above

  先将自己本地的代码commit之后,再update

git -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree fetch origin

标签:

原文地址:http://www.cnblogs.com/tanglimei/p/5573614.html

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