网站开发 技术架构,建设好网站外链有哪些方式,洛杉矶网站建设,网络营销公司目录
查看系统config
编辑查看当前用户#xff08;global#xff09;配置
查看当前仓库配置信息 查看系统config
git config --system --list 1 查看当前用户#xff08;global#xff09;配置
git config --global --list 1
查到的是email , name 等ssl签名信息global配置
查看当前仓库配置信息 查看系统config
git config --system --list 1 查看当前用户global配置
git config --global --list 1
查到的是email , name 等ssl签名信息没什么用 查看当前仓库配置信息
git config --local --list ————————————————