如何获取有效的git-config值及其来源?
How to obtain the effective git-config values and their source?
我知道 git-config
doesn't know all possible default values,但是有没有办法不仅可以查看哪些配置值适用于当前存储库,还可以查看 哪些 配置(本地、全局、系统)负责?
当然,只是
git config --list --show-origin
我知道 git-config
doesn't know all possible default values,但是有没有办法不仅可以查看哪些配置值适用于当前存储库,还可以查看 哪些 配置(本地、全局、系统)负责?
当然,只是
git config --list --show-origin