Skip to content

Instantly share code, notes, and snippets.

@jdonaldson10
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdonaldson10/ae59a760ad2a559238c7 to your computer and use it in GitHub Desktop.
Save jdonaldson10/ae59a760ad2a559238c7 to your computer and use it in GitHub Desktop.
Set sublime text 3 as git commit editor on windows
git config --global core.editor "'C:/Program Files/Notepad++/notepad++.exe' -multiInst -nosession -noPlugin"
git config --global core.editor "c\:/Program\ Files\ \(x86\)/Notepad++/notepad++.exe -multiInst -nosession -noPlugin"
git config --global core.editor "'c:/program files/sublime text 3/subl.exe' -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment