<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:go='http://ns.gigaom.com/'
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: TextMate: No longer a reason to avoid Git</title>
	<atom:link href="http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/</link>
	<description></description>
	<lastBuildDate>Mon, 28 May 2012 12:08:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Steve</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-556020</link>
		<dc:creator><![CDATA[Steve]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 03:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-556020</guid>
		<description><![CDATA[None of this worked for me. Once I installed git I added my path to it using the path variable in the shell preferences. Just run &#039;which git&#039; from terminal, grab the path, and copy it at the end of the path variable in your shell preferences in TM, but start the path with a colon and exclude git from the end. I got the idea from a comment here http://chrisjmears.com/2009/09/textmate-and-git-bundle/comment-page-1/#comment-1370 .]]></description>
		<content:encoded><![CDATA[<p>None of this worked for me. Once I installed git I added my path to it using the path variable in the shell preferences. Just run &#8216;which git&#8217; from terminal, grab the path, and copy it at the end of the path variable in your shell preferences in TM, but start the path with a colon and exclude git from the end. I got the idea from a comment here <a href="http://chrisjmears.com/2009/09/textmate-and-git-bundle/comment-page-1/#comment-1370" rel="nofollow">http://chrisjmears.com/2009/09/textmate-and-git-bundle/comment-page-1/#comment-1370</a> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SammyD</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-326172</link>
		<dc:creator><![CDATA[SammyD]]></dc:creator>
		<pubDate>Thu, 10 Dec 2009 04:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-326172</guid>
		<description><![CDATA[Worked. Thanks!
&#039;course I used the Google Code installer, so I had to make /usr/bin link to /usr/local/git/bin/git]]></description>
		<content:encoded><![CDATA[<p>Worked. Thanks!<br />
&#8216;course I used the Google Code installer, so I had to make /usr/bin link to /usr/local/git/bin/git</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Harper</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-326171</link>
		<dc:creator><![CDATA[Tim Harper]]></dc:creator>
		<pubDate>Mon, 31 Mar 2008 17:09:05 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-326171</guid>
		<description><![CDATA[Allan Odgaard has stopped development of the git textmate bundle and has graciously handed the baton over to me.

The git textmate bundle can now be found at:

http://gitorious.org/projects/git-tmbundle/

More info: http://blog.macromates.com/2008/git-bundle/]]></description>
		<content:encoded><![CDATA[<p>Allan Odgaard has stopped development of the git textmate bundle and has graciously handed the baton over to me.</p>
<p>The git textmate bundle can now be found at:</p>
<p><a href="http://gitorious.org/projects/git-tmbundle/" rel="nofollow">http://gitorious.org/projects/git-tmbundle/</a></p>
<p>More info: <a href="http://blog.macromates.com/2008/git-bundle/" rel="nofollow">http://blog.macromates.com/2008/git-bundle/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Earle</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-326170</link>
		<dc:creator><![CDATA[Peter Earle]]></dc:creator>
		<pubDate>Thu, 06 Mar 2008 23:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-326170</guid>
		<description><![CDATA[Set the TM_GIT shell variable in the textmate preferences to your git executable to work to solve the command not found problem.]]></description>
		<content:encoded><![CDATA[<p>Set the TM_GIT shell variable in the textmate preferences to your git executable to work to solve the command not found problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Lopes</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-326169</link>
		<dc:creator><![CDATA[Marco Lopes]]></dc:creator>
		<pubDate>Thu, 17 Jan 2008 20:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-326169</guid>
		<description><![CDATA[I had the same problem as you and I noticed that whereis was returning nothing for git, I created a link in /usr/bin pointing to my original git in /usr/local/bin, the whereis started returning the path /usr/bin/git and the bundle started working]]></description>
		<content:encoded><![CDATA[<p>I had the same problem as you and I noticed that whereis was returning nothing for git, I created a link in /usr/bin pointing to my original git in /usr/local/bin, the whereis started returning the path /usr/bin/git and the bundle started working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Jeffery</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-326168</link>
		<dc:creator><![CDATA[Travis Jeffery]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 02:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-326168</guid>
		<description><![CDATA[Geez. I think that it&#039;s a problem with the Git version, and that TextMate isn&#039;t finding the Port version. Try uninstalling the Git version that you installed from source. And then if that doesn&#039;t work try asking some people on IRC, ##textmate on irc.freenode.net would be a good place, and if they can&#039;t think of anything just use SVN ;p.]]></description>
		<content:encoded><![CDATA[<p>Geez. I think that it&#8217;s a problem with the Git version, and that TextMate isn&#8217;t finding the Port version. Try uninstalling the Git version that you installed from source. And then if that doesn&#8217;t work try asking some people on IRC, ##textmate on irc.freenode.net would be a good place, and if they can&#8217;t think of anything just use SVN ;p.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Morris</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-326167</link>
		<dc:creator><![CDATA[Tom Morris]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 01:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-326167</guid>
		<description><![CDATA[/sw/bin:/sw/sbin:/usr/local/bin:/usr/local/sbin:/Users/tom/bin:/sw/lib/python2.5/site-packages/django/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin

(Thanks for the help thus far, Travis)]]></description>
		<content:encoded><![CDATA[<p>/sw/bin:/sw/sbin:/usr/local/bin:/usr/local/sbin:/Users/tom/bin:/sw/lib/python2.5/site-packages/django/bin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/X11R6/bin</p>
<p>(Thanks for the help thus far, Travis)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Jeffery</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-326166</link>
		<dc:creator><![CDATA[Travis Jeffery]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 01:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-326166</guid>
		<description><![CDATA[What does your path say? (run $PATH in command line)]]></description>
		<content:encoded><![CDATA[<p>What does your path say? (run $PATH in command line)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Morris</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-326165</link>
		<dc:creator><![CDATA[Tom Morris]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 01:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-326165</guid>
		<description><![CDATA[Reinstalled from port, checked out bundle from SVN again - still no joy - same errors as before.]]></description>
		<content:encoded><![CDATA[<p>Reinstalled from port, checked out bundle from SVN again &#8211; still no joy &#8211; same errors as before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Morris</title>
		<link>http://gigaom.com/apple/textmate-no-longer-a-reason-to-avoid-git/#comment-326162</link>
		<dc:creator><![CDATA[Tom Morris]]></dc:creator>
		<pubDate>Mon, 14 Jan 2008 00:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://theappleblog.com/2008/01/09/textmate-no-longer-a-reason-to-avoid-git/#comment-326162</guid>
		<description><![CDATA[Ah, I installed Git manually rather than using port.]]></description>
		<content:encoded><![CDATA[<p>Ah, I installed Git manually rather than using port.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

