git 忽略已经跟踪的文件

git update-index --assume-unchanged  filepath //忽略跟踪
git update-index --no-assume-unchanged filepath //取消忽略
相关文章
相关标签/搜索