Skip to content

Instantly share code, notes, and snippets.

@mxpv
Created June 27, 2013 19:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxpv/5879528 to your computer and use it in GitHub Desktop.
Save mxpv/5879528 to your computer and use it in GitHub Desktop.
How to make sublime text the default editor for git on Windows
git config --global core.editor "'c:/program files/sublime text 2/sublime_text.exe' -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment