目录
查看系统config
编辑查看当前用户(global)配置
查看当前仓库配置信息
查看系统config
git config --system --list
 1

 查看当前用户(global)配置
 
git config --global --list
 1
查到的是email , name 等ssl签名信息,没什么用
 查看当前仓库配置信息
 
git config --local --list
 ————————————————



















