git忽略已追踪文件
摘要:在更新项目代码时,需要修改配置文件,为了避免在更新代码时重新pull配置文件,使用.gitignore可以解决此问题。 首先,在配置文件所在目录创建文件.gitignore(git bash里使用命令touch .gitignore) 然后,.gitignore配置需要忽略的文件 .gitignor
阅读全文
posted @ 2017-05-31 17:04
posted @ 2017-05-31 17:04
posted @ 2017-05-27 14:38
posted @ 2017-05-27 14:17