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
git config --list
is one way to go. I usually just open up .gitconfig though.
.gitconfig