Monday, 6 June 2016

Set vi as editor for git commands

Set vi as editor for git

- git config --global core.editor "vi"
- or in bashrc export environment variable
  export GIT_EDITOR=vi

No comments:

Post a Comment