I\'ve changed Git\'s default editor by applying the following to Git\'s global config:
core.editor=\'C:/Program Files/Notepad++/notepad++.exe\' -multiInst -notab
Run
git config -e
To edit the configuration in the default editor.