忽略本地文件的修改而不需要提交

加入忽略:
git update-index --assume-unchanged ConnectString.config

取消忽略:
git update-index --no-assume-unchanged ConnectString.config

posted @ 2015-07-06 16:30  popokay  阅读(119)  评论(0编辑  收藏  举报