core.excludesfile
和user.excludesfile
在 git 存储库中有什么区别?
我正在使用以下代码排除我的一些配置文件,但没有排除我的配置文件。
$ echo 'globals/js/config.js' > .gitignore_local
$ git add .gitignore_local
$ git config user.excludesfile .gitignore_local
当我使用从本地文件夹中提取文件时
$ git pull [remote_path_alias] master
但config.js
文件更新。