Skip to main content
How can I change the text editor used by Git?
FAQ
Authors
13 Sep 2013 -
git
git config --global core.editor "vim"
References
http://stackoverflow.com/a/2596835