<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luis de la Rosa &#187; diff</title>
	<atom:link href="http://www.luisdelarosa.com/tag/diff/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luisdelarosa.com</link>
	<description>iPhone, iPad and Mac OS X Programming (with a dash of Ruby)</description>
	<lastBuildDate>Fri, 13 Jan 2012 06:53:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>dim &#8211; visualize your Git diff in TextMate</title>
		<link>http://www.luisdelarosa.com/2009/10/15/dim-visualize-your-git-diff-in-textmate/</link>
		<comments>http://www.luisdelarosa.com/2009/10/15/dim-visualize-your-git-diff-in-textmate/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:26:35 +0000</pubDate>
		<dc:creator>luis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://www.luisdelarosa.com/?p=403</guid>
		<description><![CDATA[I use git as my primary version control system and one nice alias that I have in my ~/.bash_profile is &#8220;dim&#8221;. When I type in &#8220;dim&#8221;, I see my Git diff within TextMate which makes it easy to see what &#8230; <a href="http://www.luisdelarosa.com/2009/10/15/dim-visualize-your-git-diff-in-textmate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I use git as my primary version control system and one nice alias that I have in my ~/.bash_profile is &#8220;dim&#8221;.  When I type in &#8220;dim&#8221;, I see my Git diff within <a href="http://macromates.com/">TextMate</a> which makes it easy to see what I&#8217;m about to commit.</p>
<p>Here&#8217;s the entire source:<br />
<code>alias dim="git diff | mate"</code></p>
<p>It should automatically pick the &#8220;Diff&#8221; language for you, but if not, then just pick it from the chooser at the bottom of the window to get the nice highlighting where deleted lines are in red, added lines are in green and markers are in blue.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luisdelarosa.com/2009/10/15/dim-visualize-your-git-diff-in-textmate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 1/7 queries in 0.002 seconds using memcached
Object Caching 186/193 objects using memcached

Served from: www.luisdelarosa.com @ 2012-02-09 07:12:39 -->
