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
You can also use cat ~/.gitconfig.
cat ~/.gitconfig