<?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: Bash script to remove deleted files from git</title>
	<atom:link href="http://www.jamesrobey.com/bash-script-to-remove-deleted-files-from-git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jamesrobey.com/bash-script-to-remove-deleted-files-from-git/</link>
	<description>ruby/rails/ppc/seo/4hww/geoarbitrage/vagabond/catamaran/3flags/hydroponics/economics/philosophy/outerspace/etc</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:55:24 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rafael Fernández López</title>
		<link>http://www.jamesrobey.com/bash-script-to-remove-deleted-files-from-git/comment-page-1/#comment-2046</link>
		<dc:creator>Rafael Fernández López</dc:creator>
		<pubDate>Mon, 14 Dec 2009 23:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesrobey.com/bash-script-to-remove-deleted-files-from-git/#comment-2046</guid>
		<description>Actually there is one better:

git ls-files –deleted &#124; xargs --no-run-if-empty git rm</description>
		<content:encoded><![CDATA[<p>Actually there is one better:</p>
<p>git ls-files –deleted | xargs &#8211;no-run-if-empty git rm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bjørn</title>
		<link>http://www.jamesrobey.com/bash-script-to-remove-deleted-files-from-git/comment-page-1/#comment-1198</link>
		<dc:creator>Bjørn</dc:creator>
		<pubDate>Thu, 29 Jan 2009 11:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesrobey.com/bash-script-to-remove-deleted-files-from-git/#comment-1198</guid>
		<description>And if you don&#039;t mind changed files also added to the index:

git add -u</description>
		<content:encoded><![CDATA[<p>And if you don&#8217;t mind changed files also added to the index:</p>
<p>git add -u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santi</title>
		<link>http://www.jamesrobey.com/bash-script-to-remove-deleted-files-from-git/comment-page-1/#comment-317</link>
		<dc:creator>Santi</dc:creator>
		<pubDate>Thu, 19 Jun 2008 10:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jamesrobey.com/bash-script-to-remove-deleted-files-from-git/#comment-317</guid>
		<description>Another way:

git ls-files --deleted &#124; xargs git rm</description>
		<content:encoded><![CDATA[<p>Another way:</p>
<p>git ls-files &#8211;deleted | xargs git rm</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.152 seconds -->
