Config 목록 확인

git config --list
git config --list --global
git config --list --system

git config --list | findstr "core."

Windows: 기본 에디터 설정

git config --global core.editor "C:/windows/system32/notepad.exe"