<?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/"
		>
<channel>
	<title>Comments on: Diffing Files to Avoid Easy Goofs</title>
	<atom:link href="http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/</link>
	<description>Sharon Cichelli&#039;s blog about software, development, teams, and projects</description>
	<lastBuildDate>Wed, 13 Mar 2013 20:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/#comment-59</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sun, 22 May 2011 18:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/sharoncichelli/?p=36#comment-59</guid>
		<description>Lots of great suggestions, covering git, Hg, and TFS. Thanks so much. 

I&#039;ve also found the &quot;review before commit&quot; workflow I was looking for with gitk (which was already installed, probably as part of installing git). It even supports &quot;review before staging.&quot; &quot;gitk &amp;&quot; starts it in a separate thread, so that I can keep it open (refresh it with Ctrl-F5) and continue working. &quot;gitk --all &amp;&quot; to view all branches.</description>
		<content:encoded><![CDATA[<p>Lots of great suggestions, covering git, Hg, and TFS. Thanks so much. </p>
<p>I&#8217;ve also found the &#8220;review before commit&#8221; workflow I was looking for with gitk (which was already installed, probably as part of installing git). It even supports &#8220;review before staging.&#8221; &#8220;gitk &amp;&#8221; starts it in a separate thread, so that I can keep it open (refresh it with Ctrl-F5) and continue working. &#8220;gitk &#8211;all &amp;&#8221; to view all branches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/#comment-58</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 18 May 2011 13:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/sharoncichelli/?p=36#comment-58</guid>
		<description> Also if you&#039;re using TFS, download the power tools and try the command &#039;tfpt review&#039;.</description>
		<content:encoded><![CDATA[<p> Also if you&#8217;re using TFS, download the power tools and try the command &#8216;tfpt review&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nadav</title>
		<link>http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/#comment-57</link>
		<dc:creator>Nadav</dc:creator>
		<pubDate>Wed, 18 May 2011 11:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/sharoncichelli/?p=36#comment-57</guid>
		<description>If only VS2010 would use a consistant ordering in it&#039;s generated code files...
It&#039;s very irritating to make a small change to a form (i.e. change the size of a label) and then when you view the diff you see 100 differences because VS2010 reordered the generated file :(</description>
		<content:encoded><![CDATA[<p>If only VS2010 would use a consistant ordering in it&#8217;s generated code files&#8230;<br />
It&#8217;s very irritating to make a small change to a form (i.e. change the size of a label) and then when you view the diff you see 100 differences because VS2010 reordered the generated file :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #854</title>
		<link>http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/#comment-56</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #854</dc:creator>
		<pubDate>Wed, 18 May 2011 07:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/sharoncichelli/?p=36#comment-56</guid>
		<description>[...] Diffing Files to Avoid Easy Goofs - Sharon Cichelli discusses a good developer practice - self reviewing your change set before committing to your Version Control System allowing you to identify mistakes, missing comments, etc. [...]</description>
		<content:encoded><![CDATA[<p>[...] Diffing Files to Avoid Easy Goofs &#8211; Sharon Cichelli discusses a good developer practice &#8211; self reviewing your change set before committing to your Version Control System allowing you to identify mistakes, missing comments, etc. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomaslangston</title>
		<link>http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/#comment-55</link>
		<dc:creator>thomaslangston</dc:creator>
		<pubDate>Wed, 18 May 2011 03:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/sharoncichelli/?p=36#comment-55</guid>
		<description>You get an inline diff tool on the commit window of TortoiseHg.  This takes a bit of time to become accustomed to, but I use it for almost all commit proofreading today. I use Beyond Compare when I need to a side by side diff, particularly if I&#039;m comparing entire directories. 

TortoiseHg commit window screenshot
 http://tortoisehg.bitbucket.org/img/vt_commit.png</description>
		<content:encoded><![CDATA[<p>You get an inline diff tool on the commit window of TortoiseHg.  This takes a bit of time to become accustomed to, but I use it for almost all commit proofreading today. I use Beyond Compare when I need to a side by side diff, particularly if I&#8217;m comparing entire directories. </p>
<p>TortoiseHg commit window screenshot<br />
 http://tortoisehg.bitbucket.org/img/vt_commit.png</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/#comment-54</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 18 May 2011 03:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/sharoncichelli/?p=36#comment-54</guid>
		<description> Beyond Compare is nice.  You can also configure git and hg to use TortoiseMerge if you&#039;re already familiar with the tool.</description>
		<content:encoded><![CDATA[<p> Beyond Compare is nice.  You can also configure git and hg to use TortoiseMerge if you&#8217;re already familiar with the tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guest</title>
		<link>http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/#comment-53</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 18 May 2011 00:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/sharoncichelli/?p=36#comment-53</guid>
		<description> I use &#039;git add -p&#039; to review and stage my changes incrementally.</description>
		<content:encoded><![CDATA[<p> I use &#8216;git add -p&#8217; to review and stage my changes incrementally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Dahlby</title>
		<link>http://lostechies.com/sharoncichelli/2011/05/17/diffing-files-to-avoid-easy-goofs/#comment-52</link>
		<dc:creator>Keith Dahlby</dc:creator>
		<pubDate>Tue, 17 May 2011 23:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/sharoncichelli/?p=36#comment-52</guid>
		<description>In git you can configure a difftool (I use Beyond Compare) to do a visual diff. Usage is identical to diff. Note that this works best after you have committed, though to see changes in the index you can use &quot;git difftool --staged&quot;.</description>
		<content:encoded><![CDATA[<p>In git you can configure a difftool (I use Beyond Compare) to do a visual diff. Usage is identical to diff. Note that this works best after you have committed, though to see changes in the index you can use &#8220;git difftool &#8211;staged&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
