🐙

git commitでvimを設定する方法

2022/02/18に公開

git commitでnanoが立ち上がるのでvimが起動するようにしたい。

git config --global core.editor vim

これでvimが起動します。

Discussion