How do you set up Git to use EmEditor as the default text editor?
- Open Git Bash and run the following command to set the default editor.git config --global core.editor "emeditor.exe -sp" - See documentation for the configuration variable core.editor.
 
- See documentation for the configuration variable 
- Whenever you use the commit command, you can write your commit message in EmEditor.
