Created
February 22, 2013 16:04
-
-
Save nsbingham/5014456 to your computer and use it in GitHub Desktop.
How to set your core editor to Sublime text on Windows 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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