I'd like to show all configured Git sections.
(我想显示所有配置的Git部分。)
I only found git config --get core.editor
, and I'd like to output everything that's configured globally, not only the configured default editor.
(我只找到了git config --get core.editor
,我想输出全局配置的所有内容,而不仅仅是配置的默认编辑器。)