Skip to content

Instantly share code, notes, and snippets.

@danalmeida
Created April 13, 2014 19:36
Show Gist options
  • Save danalmeida/10598994 to your computer and use it in GitHub Desktop.
Save danalmeida/10598994 to your computer and use it in GitHub Desktop.
Set default editor for git commits to sublime text.
git config --global core.editor "subl -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment