Last Updated: February 25, 2016
·
3.02K
· artfeel

Using Sublime Text 2 as your default Git editor

  • Install subl tool
  • Set your git editor with:
    git config --global core.editor "subl -n -w"