网站建设报价单 文库,wordpress页面分享,ps中网站页面做多大的,免费学编程的app应用场景如下
某个log 文件#xff0c;被同事用git 提交到了服务器#xff0c;本地拉去之后我们的跟踪也会受影响
取消跟踪的方法如下#xff1a;
删除本地缓存 git rm --cached logs/test.log
提交无效的log git commit -m ignore log
再将lo…应用场景如下
某个log 文件被同事用git 提交到了服务器本地拉去之后我们的跟踪也会受影响
取消跟踪的方法如下
删除本地缓存 git rm --cached logs/test.log
提交无效的log git commit -m ignore log
再将log 文件添加到gitignore 文件中即可