default editor in git code example
Example 1: set git editor
$ git config --global core.editor vim
Example 2: git config
git config --global user.name "John Doe"
git config --global user.email [email protected]
Example 3: git change default editor
git config --global core.editor vim
Example 4: how to set default editor in git
git config --global core.editor nano