From e7b559b62d7fde31ad59c55f537ae29f56afc19f Mon Sep 17 00:00:00 2001 From: tekkub Date: Tue, 19 Jan 2010 16:26:37 -0700 Subject: Adding in some more guides --- _posts/2010-01-19-textmate.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _posts/2010-01-19-textmate.markdown (limited to '_posts/2010-01-19-textmate.markdown') diff --git a/_posts/2010-01-19-textmate.markdown b/_posts/2010-01-19-textmate.markdown new file mode 100644 index 0000000..ae9de76 --- /dev/null +++ b/_posts/2010-01-19-textmate.markdown @@ -0,0 +1,10 @@ +--- +layout: default +title: Textmate +description: How to use Textmate as your git editor +categories: mac +--- + +Using Textmate as your git editor is fairly simple, you just need to to make sure Textmate informs git when the document is closed. You can do this by using `mate -w`: + +
git config --global core.editor "mate -w"
-- cgit v1.3.1