I\'d like to show all configured Git sections.
I only found git config --get core.editor, and I\'d like to output everything that\'s configured globally
git config --get core.editor
The shortest,
git config -l
shows all inherited values from: system, global and local