Skip to content

Instantly share code, notes, and snippets.

@kjunggithub
Last active January 1, 2016 00:28
Show Gist options
  • Save kjunggithub/8066375 to your computer and use it in GitHub Desktop.
Save kjunggithub/8066375 to your computer and use it in GitHub Desktop.
Set default editor for git
git config --global core.editor "subl -n -w"
git config --global core.editor "vim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment