Skip to content

Instantly share code, notes, and snippets.

@tanmay27vats
Created April 24, 2017 08:36
Show Gist options
  • Save tanmay27vats/871deed0a8e16ac1779c340de43b3a79 to your computer and use it in GitHub Desktop.
Save tanmay27vats/871deed0a8e16ac1779c340de43b3a79 to your computer and use it in GitHub Desktop.
change editor for git
git config --global core.editor "vim"
#Run above command in Terminal / git-bash to change git editor from default to "vim" editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment