Skip to content

Instantly share code, notes, and snippets.

@trey
Created January 20, 2012 07:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trey/1645894 to your computer and use it in GitHub Desktop.
Save trey/1645894 to your computer and use it in GitHub Desktop.
Git + TextMate

To use TextMate to edit your commit messages, put the following in your ~/.bashrc or ~/.bash_profile (or other dot goodness):

export GIT_EDITOR="mate -w"
@trey
Copy link
Author

trey commented Dec 5, 2012

This is a Solutions Log post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment