conf
Open your git config in your default editor so you can easily review and update it. Save any changes you make, then close the text editor when you're finished. This command will not finish until you close the text editor.
Usage:
git conf
CLI Command
git config --global alias.conf "config --global -e"
.gitconfig Snippet
[alias]
conf = config --global -e