Skip to content

Instantly share code, notes, and snippets.

@aidancasey
Created October 27, 2013 08:44
Show Gist options
  • Save aidancasey/7179271 to your computer and use it in GitHub Desktop.
Save aidancasey/7179271 to your computer and use it in GitHub Desktop.
Setting Sublime Text 3 as GIT_EDITOR using Git Bash Command Line on Windows.
git config —-global core.editor “‘c:/program files (x86)/sublime text 3/sublime_text.exe’ -w”
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment