https://stackoverflow.com/questions/2596805/how-do-i-make-git-use-the-editor-of-my-choice-for-commits
- Set
core.editorin your Git config:git config --global core.editor "vim" - Set the
GIT_EDITORenvironment variable:export GIT_EDITOR=vim
No comments:
Post a Comment