<?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: Eight Useful Git Tips</title>
	<atom:link href="http://www.theirishpenguin.com/2009/11/22/eight-useful-git-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theirishpenguin.com/2009/11/22/eight-useful-git-tips/</link>
	<description>Watching Open Source unfold across Ireland</description>
	<lastBuildDate>Sun, 25 Jul 2010 11:12:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: theirishpenguin</title>
		<link>http://www.theirishpenguin.com/2009/11/22/eight-useful-git-tips/comment-page-1/#comment-6793</link>
		<dc:creator>theirishpenguin</dc:creator>
		<pubDate>Thu, 28 Jan 2010 21:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=381#comment-6793</guid>
		<description>Here&#039;s some more top tips!
* git branch -r This lists all available remote branches
* git checkout -b new_branch origin/new_branch This creates and checks out a new local branch new_branch for remote branch origin/new_branch
* git branch -D some_branch Delete the branch some_branch
* git diff 9b8b41be2a73b{^,} compares revision 9b8b41be2a73b with the revision just before it
* git difftool takes the same commands as git diff
* git remote add staging /path/to/your/staging/directory adds a folder on your machine as a remote, from which you can pull revisions</description>
		<content:encoded><![CDATA[<p>Here&#8217;s some more top tips!<br />
* git branch -r This lists all available remote branches<br />
* git checkout -b new_branch origin/new_branch This creates and checks out a new local branch new_branch for remote branch origin/new_branch<br />
* git branch -D some_branch Delete the branch some_branch<br />
* git diff 9b8b41be2a73b{^,} compares revision 9b8b41be2a73b with the revision just before it<br />
* git difftool takes the same commands as git diff<br />
* git remote add staging /path/to/your/staging/directory adds a folder on your machine as a remote, from which you can pull revisions</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gary</title>
		<link>http://www.theirishpenguin.com/2009/11/22/eight-useful-git-tips/comment-page-1/#comment-6263</link>
		<dc:creator>Gary</dc:creator>
		<pubDate>Thu, 03 Dec 2009 16:19:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=381#comment-6263</guid>
		<description>Good stuff,.... great article.

I also find 
http://www.gitready.com/ 
pretty nifty for git-related goodness</description>
		<content:encoded><![CDATA[<p>Good stuff,&#8230;. great article.</p>
<p>I also find<br />
<a href="http://www.gitready.com/" rel="nofollow">http://www.gitready.com/</a><br />
pretty nifty for git-related goodness</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.theirishpenguin.com/2009/11/22/eight-useful-git-tips/comment-page-1/#comment-6097</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Tue, 24 Nov 2009 09:20:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=381#comment-6097</guid>
		<description>Great - thanks for this!
One command at a time, I&#039;m climbing the git learning curve...</description>
		<content:encoded><![CDATA[<p>Great &#8211; thanks for this!<br />
One command at a time, I&#8217;m climbing the git learning curve&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 23/11/2009: Sheela Adopts GNU/Linux, Pegatron Smartbook Debuts &#124; Boycott Novell</title>
		<link>http://www.theirishpenguin.com/2009/11/22/eight-useful-git-tips/comment-page-1/#comment-6085</link>
		<dc:creator>Links 23/11/2009: Sheela Adopts GNU/Linux, Pegatron Smartbook Debuts &#124; Boycott Novell</dc:creator>
		<pubDate>Mon, 23 Nov 2009 23:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=381#comment-6085</guid>
		<description>[...] Eight Useful Git Tips [...]</description>
		<content:encoded><![CDATA[<p>[...] Eight Useful Git Tips [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rajeesh</title>
		<link>http://www.theirishpenguin.com/2009/11/22/eight-useful-git-tips/comment-page-1/#comment-6070</link>
		<dc:creator>Rajeesh</dc:creator>
		<pubDate>Mon, 23 Nov 2009 08:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.theirishpenguin.com/?p=381#comment-6070</guid>
		<description>Thanks for that --amend and stash!</description>
		<content:encoded><![CDATA[<p>Thanks for that &#8211;amend and stash!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
