git配置文件在linux中的位置

git配置文件有三個位置:git

1. /etc/gitconfig 系統配置文件,對應git config --systemit

2. ~/.gitconfig 用戶全局配置文件,對應git config --global配置

3. 項目目錄中.git/config 僅該項目配置文件,對應git config --local配置文件

相關文章
相關標籤/搜索