<?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: How to resolve a binary file conflict with Git</title>
	<atom:link href="http://lostechies.com/joshuaflanagan/2010/01/29/how-to-resolve-a-binary-file-conflict-with-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/joshuaflanagan/2010/01/29/how-to-resolve-a-binary-file-conflict-with-git/</link>
	<description></description>
	<lastBuildDate>Thu, 14 Mar 2013 03:50: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: Skydiver</title>
		<link>http://lostechies.com/joshuaflanagan/2010/01/29/how-to-resolve-a-binary-file-conflict-with-git/#comment-286</link>
		<dc:creator>Skydiver</dc:creator>
		<pubDate>Sun, 11 Nov 2012 21:27:00 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/01/28/how-to-resolve-a-binary-file-conflict-with-git.aspx#comment-286</guid>
		<description>git status --porcelain &#124; sed -r -e &#039;s/...(.*)/git checkout --theirs ./1/&#039; &gt;../tmp
mv ../tmp .
./tmp
rm tmp

this work&#039;s for me.</description>
		<content:encoded><![CDATA[<p>git status &#8211;porcelain | sed -r -e &#8216;s/&#8230;(.*)/git checkout &#8211;theirs ./1/&#8217; &gt;../tmp<br />
mv ../tmp .<br />
./tmp<br />
rm tmp</p>
<p>this work&#8217;s for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roleic</title>
		<link>http://lostechies.com/joshuaflanagan/2010/01/29/how-to-resolve-a-binary-file-conflict-with-git/#comment-96</link>
		<dc:creator>roleic</dc:creator>
		<pubDate>Fri, 26 Nov 2010 10:36:37 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/01/28/how-to-resolve-a-binary-file-conflict-with-git.aspx#comment-96</guid>
		<description>The described approach seems useful for a single one or only few binary files in conflict. How can this approach be efficiently used with a large number of binary files in conflict distributed in a large tree mixed with text files?</description>
		<content:encoded><![CDATA[<p>The described approach seems useful for a single one or only few binary files in conflict. How can this approach be efficiently used with a large number of binary files in conflict distributed in a large tree mixed with text files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Miller</title>
		<link>http://lostechies.com/joshuaflanagan/2010/01/29/how-to-resolve-a-binary-file-conflict-with-git/#comment-95</link>
		<dc:creator>Kevin Miller</dc:creator>
		<pubDate>Fri, 29 Jan 2010 14:11:39 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/01/28/how-to-resolve-a-binary-file-conflict-with-git.aspx#comment-95</guid>
		<description>Thank you for figuring this out. This means that I messed up and did the git equivalent of Resolve Using Mine when I wanted the opposite. Looks like I&#039;ll use your post to fix that. 

</description>
		<content:encoded><![CDATA[<p>Thank you for figuring this out. This means that I messed up and did the git equivalent of Resolve Using Mine when I wanted the opposite. Looks like I&#8217;ll use your post to fix that. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elijah Manor</title>
		<link>http://lostechies.com/joshuaflanagan/2010/01/29/how-to-resolve-a-binary-file-conflict-with-git/#comment-94</link>
		<dc:creator>Elijah Manor</dc:creator>
		<pubDate>Fri, 29 Jan 2010 04:56:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/joshuaflanagan/archive/2010/01/28/how-to-resolve-a-binary-file-conflict-with-git.aspx#comment-94</guid>
		<description>Thanks. I just started using git not too long ago. I haven&#039;t run into this message yet, but I am sure I will soon. Thanks for the insight!

This will be tech tweeted tomorrow morning at 9am cst ;)</description>
		<content:encoded><![CDATA[<p>Thanks. I just started using git not too long ago. I haven&#8217;t run into this message yet, but I am sure I will soon. Thanks for the insight!</p>
<p>This will be tech tweeted tomorrow morning at 9am cst ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
