git 忽略指定文件
摘要:一、忽略指定文件 git update-index --assume-unchanged filename(文件是相对目录,假如你在项目根目录,需要忽略的文件在app文件下的database.conf文件 application/database.conf) 二、还原忽略文件 git update-
阅读全文
posted @ 2020-05-29 13:29
posted @ 2020-05-29 13:29