<?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: Git rm pending files</title>
	<atom:link href="http://yanpritzker.com/2008/06/10/git-rm-pending-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://yanpritzker.com/2008/06/10/git-rm-pending-files/</link>
	<description>photographer, entrepreneur, software engineer, musician, skier</description>
	<lastBuildDate>Mon, 14 May 2012 16:09:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Yan</title>
		<link>http://yanpritzker.com/2008/06/10/git-rm-pending-files/comment-page-1/#comment-12869</link>
		<dc:creator>Yan</dc:creator>
		<pubDate>Tue, 29 Jul 2008 22:17:02 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=165#comment-12869</guid>
		<description>Thanks! As it turns out all of this is totally unnecessary as git already takes care of it. Pardon my ignorance! Here&#039;s the git command to take care of staging deleted files as well as changed files:

git add -u</description>
		<content:encoded><![CDATA[<p>Thanks! As it turns out all of this is totally unnecessary as git already takes care of it. Pardon my ignorance! Here&#8217;s the git command to take care of staging deleted files as well as changed files:</p>
<p>git add -u</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wes Sheldahl</title>
		<link>http://yanpritzker.com/2008/06/10/git-rm-pending-files/comment-page-1/#comment-12859</link>
		<dc:creator>Wes Sheldahl</dc:creator>
		<pubDate>Tue, 29 Jul 2008 15:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://skwpspace.com/?p=165#comment-12859</guid>
		<description>That looks handy. Nice tip!

Since awk also does what grep does, you can make that a little shorter:

alias gitrm=&quot;git stat &#124; awk &#039;/deleted/ {print $3}&#039; &#124; xargs git rm&quot;</description>
		<content:encoded><![CDATA[<p>That looks handy. Nice tip!</p>
<p>Since awk also does what grep does, you can make that a little shorter:</p>
<p>alias gitrm=&#8221;git stat | awk &#8216;/deleted/ {print $3}&#8217; | xargs git rm&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

