广告收益平台,搜索引擎优化入门,传奇网址大全,上海服装品牌网站建设目录
查看系统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 ————————————————