19 git centos
我正在使用Centos我正在寻找我的全局git配置文件任何人都可以告诉我在哪里可以找到该文件?
mat*_*uez 29
您还可以查找/编辑运行命令的配置文件:
git config --global -e git config --system -e git config --local -e
Eth*_*own 19
键入man git config有一个名为FILES的部分,列出了所有系统文件的位置.全局Git配置文件在~/.gitconfig,但也有一个"系统"配置文件,通常在/etc/gitconfig.
man git config
~/.gitconfig
/etc/gitconfig
归档时间:
13 年,2 月 前
查看次数:
40103 次
最近记录:
11 年,6 月 前