赞
踩
git 中通过 git config查看配置信息
config 配置有system级别 global(用户级别) 和local(当前仓库)三个
设置先从system
-》global
-》local
底层配置会覆盖顶层配置 分别使用–system/global/local 可以定位到配置文件
git config --system --list
git config --global --list
git config --local --list
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。