emacsに変える
git config --global core.editor 'emacs'
viに変える
git config --global core.editor 'vim'
結果、~/.gitconfigに以下の行が追加される。
[core] editor = emacs