2014年6月12日

忽略已经跟踪的文件

摘要: git update-index --assume-unchanged 一次只能指定一个文件 阅读全文

posted @ 2014-06-12 16:28 wensky 阅读(110) 评论(0) 推荐(0) 编辑

Force git to overwrite local files on pull 使用pull强制覆盖本地文件 转载自:http://snowdream.blog.51cto.com/3027865/1102441

摘要: How do I force an overwrite of local files on a git pull?I think this is the right way:$ git fetch --all $ git reset --hard origin/master $ git fetch... 阅读全文

posted @ 2014-06-12 16:14 wensky 阅读(447) 评论(0) 推荐(0) 编辑

导航