Skip to content

Instantly share code, notes, and snippets.

@mike-north
Created August 19, 2016 11:27
Show Gist options
  • Save mike-north/95e10a1a6efc5f76aa094fcf42eba61c to your computer and use it in GitHub Desktop.
Save mike-north/95e10a1a6efc5f76aa094fcf42eba61c to your computer and use it in GitHub Desktop.
Sublime text 3 as git editor (OS X)
git config --global core.editor \
"/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -n -w"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment