I found examples for Windows but I do not find for Ubuntu.
https://blog.kitware.com/using-notepad-for-your-git-commit-messages/
How to use Notepadqq for edit git commit messages in Ubuntu?
I found examples for Windows but I do not find for Ubuntu.
https://blog.kitware.com/using-notepad-for-your-git-commit-messages/
How to use Notepadqq for edit git commit messages in Ubuntu?
Do one of the following (not necessarily both):
core.editor : git config --global core.editor "notepadqq" GIT_EDITOR environment variable: export GIT_EDITOR=notepadqq