git_ignore_modified_files 发表于 2015-12-14 更新于 2016-04-07 Disqus: 当文件已经更新,想要忽略本地的改动时,就不能使用.gitignore了,可以使用git update-index --assume-unchanged /path/to/file想要继续跟踪这些文件时,执行git update-index --no-assume-unchanged /path/to/file