Skip to main content

How can I change the text editor used by Git?

13 Sep 2013 - git

git config --global core.editor "vim"

References