标签:--help 默认 配置文件 场景 oba help local 无法 文档
命令
> git config [--local|--global|--system] [option]查看
# 包括了 三个范围 的 list
> git config --list
# 获取单个字段
> git config --get <name>添加
> git config --add <name> <value>命令
> git config --unset <name>命令
> git config --unset-all <name>查看
> git config <name>添加
> git config <name> <value>标签:--help 默认 配置文件 场景 oba help local 无法 文档
原文地址:https://www.cnblogs.com/xy14/p/11103872.html