Skip to content

Instantly share code, notes, and snippets.

@nsbingham
Created February 22, 2013 16:04
Show Gist options
  • Save nsbingham/5014456 to your computer and use it in GitHub Desktop.
Save nsbingham/5014456 to your computer and use it in GitHub Desktop.
How to set your core editor to Sublime text on Windows 8
git config --global core.editor "'C:\Program Files\Sublime Text 2\sublime_text.exe'"
# Check that it worked by listing all your config variables
git config --global -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment