<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>txt &#187; repo</title>
	<atom:link href="http://txt.binnyva.com/tag/repo/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Braching in Git</title>
		<link>http://txt.binnyva.com/2007/11/braching-in-git/</link>
		<comments>http://txt.binnyva.com/2007/11/braching-in-git/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 17:51:15 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[brach]]></category>
		<category><![CDATA[braching]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[repo]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2007/11/braching-in-git/</guid>
		<description><![CDATA[Use this command to create a new brach in a git Repository git branch NameOfNewBranch]]></description>
			<content:encoded><![CDATA[<p class="intro">Use this command to create a new brach in a git Repository</p>
<pre><code class="cli">
git branch NameOfNewBranch
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2007/11/braching-in-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
