<?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 E-VAN recording</title>
	<atom:link href="http://jagregory.com/writings/git-e-van-recording/feed/" rel="self" type="application/rss+xml" />
	<link>http://jagregory.com/writings/git-e-van-recording/</link>
	<description>Monkeying with the code</description>
	<lastBuildDate>Wed, 04 Aug 2010 22:13:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: James Gregory &#187; Speaking engagements in 2010</title>
		<link>http://jagregory.com/writings/git-e-van-recording/comment-page-1/#comment-51504</link>
		<dc:creator>James Gregory &#187; Speaking engagements in 2010</dc:creator>
		<pubDate>Wed, 31 Mar 2010 13:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://jagregory.com/?p=386#comment-51504</guid>
		<description>[...] more this year, I&#8217;ve taken up speaking (at conferences, not just in general). First came my Git E-VAN, then came Pablo&#8217;s Fiesta, so what else have I got lined up this [...]</description>
		<content:encoded><![CDATA[<p>[...] more this year, I&#8217;ve taken up speaking (at conferences, not just in general). First came my Git E-VAN, then came Pablo&#8217;s Fiesta, so what else have I got lined up this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Gregory</title>
		<link>http://jagregory.com/writings/git-e-van-recording/comment-page-1/#comment-50976</link>
		<dc:creator>James Gregory</dc:creator>
		<pubDate>Wed, 17 Feb 2010 22:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://jagregory.com/?p=386#comment-50976</guid>
		<description>&lt;code&gt;git add -A&lt;/code&gt; and &lt;code&gt;git add .&lt;/code&gt; are not equivalent.

&lt;code&gt;git add .&lt;/code&gt; stages all modifications and untracked files; however, it &lt;em&gt;does not&lt;/em&gt; stage any deletions. &lt;code&gt;git add -A&lt;/code&gt; stages all modifications, untracked files, and deleted/renamed files.</description>
		<content:encoded><![CDATA[<p><code>git add -A</code> and <code>git add .</code> are not equivalent.</p>
<p><code>git add .</code> stages all modifications and untracked files; however, it <em>does not</em> stage any deletions. <code>git add -A</code> stages all modifications, untracked files, and deleted/renamed files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prabir Shrestha</title>
		<link>http://jagregory.com/writings/git-e-van-recording/comment-page-1/#comment-50970</link>
		<dc:creator>Prabir Shrestha</dc:creator>
		<pubDate>Wed, 17 Feb 2010 18:47:29 +0000</pubDate>
		<guid isPermaLink="false">http://jagregory.com/?p=386#comment-50970</guid>
		<description>great videos for git beginners. 
but there are some commands that you can still improve
instead of doing 
git add -A
you could do
git add .

in vim instead of saving and exiting :wq you could also do :x

lesser typing can save time :)</description>
		<content:encoded><![CDATA[<p>great videos for git beginners.<br />
but there are some commands that you can still improve<br />
instead of doing<br />
git add -A<br />
you could do<br />
git add .</p>
<p>in vim instead of saving and exiting :wq you could also do <img src='http://jagregory.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' /> </p>
<p>lesser typing can save time <img src='http://jagregory.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
