.gitignore无效,不能过滤某些文件
摘要:利用.gitignore过滤文件,如编译过程中的中间文件,等等,这些文件不需要被追踪管理。 现象: 在.gitignore添加file1文件,以过滤该文件,但是通过git status查看仍显示file1文件的状态。 原因: 在git库中已存在了这个文件,之前push提交过该文件。 .gitigno
阅读全文
posted @ 2016-03-30 21:16
posted @ 2016-03-30 21:16
posted @ 2016-03-19 23:12
posted @ 2016-03-17 22:02