edit .git/config code example
Example 1: set git editor
$ git config --global core.editor vim
Example 2: git config
$ git config --list --show-origin
$ git config --global core.editor vim
$ git config --list --show-origin