存在使用無證之間沒有差異(或者是作廢)--local
標誌和無標記。 Git永遠不會在您的存儲庫根目錄中尋找gitconfig($repo_path/.gitconfig
)。回購本地配置更改在.git/config
。
git help config
解釋了有效的選項:
--global 對於寫作的選項:寫入全球〜/的.gitconfig文件,而不是 庫的.git/config中。
For reading options: read only from global ~/.gitconfig rather than from
all available files.
--system 對於寫作的選項:寫全系統$(前綴)的/ etc/gitconfig而 比存儲庫的.git/config中。
For reading options: read only from system-wide $(prefix)/etc/gitconfig
rather than from all available files.
(使用Git版本1.7.9)
你可以試試這個搜索(從您的回購根,假設Git是安裝在/箱):
grep subaddvim .git/config ~/.gitconfig /etc/gitconfig