某个log 文件,被同事用git 提交到了服务器,本地拉去之后我们的跟踪也会受影响
取消跟踪的方法如下:
删除本地缓存 git rm --cached "logs/test.log"
git rm --cached "logs/test.log"
提交无效的log git commit -m "ignore log"
git commit -m "ignore log"
再将log 文件添加到gitignore 文件中即可
京公网安备 11010502049817号