このエントリーをはてなブックマークに追加

emacsに変える

git config --global core.editor 'emacs'

viに変える

git config --global core.editor 'vim'

結果、~/.gitconfigに以下の行が追加される。

[core]
    editor = emacs



記事一覧へ