Git 有没有办法只忽略本地的某些文件改动
PHP中文网
PHP中文网 2017-04-27 09:03:10
0
3
651

由于代码中有 config 文件,本地开发的时候,会将 config 改成开发环境的配置。
如果 git add * 的话会把这个 config 也提交上去,一个个选择文件又太麻烦,有没有办法在本地修改的 config 不让他提交?

PHP中文网
PHP中文网

认证0级讲师

reply all(3)
大家讲道理

Modify.git/info/excludethis file

曾经蜡笔没有小新

.gitignore

漂亮男人

You can try to use git update-index --assume-unchanged FILENAME to ignore the config file

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template