git全局配置

查看git全局配置

git config --global -l

编辑配置文件

git config --global -e

忽略文件权限

git config --global core.fileModefalse

忽略空格修改

git config --global apply.whitespace nowarn


推荐: 浮生无事的博客

你可能感兴趣的:(git全局配置)