set vim git editor code example
Example 1: set git editor to vim
git config --global core.editor "vim"
Example 2: config git editor vim
git config --global core.editor "vim"
or
export GIT_EDITOR=vim
git config --global core.editor "vim"
git config --global core.editor "vim"
or
export GIT_EDITOR=vim