I would prefer to write my commit messages in Vim, but it is opening them in Emacs.
How do I configure Git to always use Vim? Note that I want to do this globally,
To set EmEditor as the default text editor for Git, open Git Bash, and type:
git config --global core.editor "emeditor.exe -sp"
EmEditor v19.9.2 or later required.