<?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>Brandon W. King&#039;s Blog &#187; git</title>
	<atom:link href="http://www.brandonking.net/blog/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brandonking.net/blog</link>
	<description>Blogging about Python, Bioinformatics, Programming, System Administration, Cognitive Science, Philosophy and Life</description>
	<lastBuildDate>Wed, 09 Dec 2009 01:24:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>An example of checking out a git tag using Qt 4.6.0 as an example.</title>
		<link>http://www.brandonking.net/blog/2009/12/08/an-example-of-checking-out-a-git-tag-using-qt-4-6-0-as-an-example/</link>
		<comments>http://www.brandonking.net/blog/2009/12/08/an-example-of-checking-out-a-git-tag-using-qt-4-6-0-as-an-example/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 22:23:08 +0000</pubDate>
		<dc:creator>Brandon W. King</dc:creator>
				<category><![CDATA[Revision Control]]></category>
		<category><![CDATA[Software Development/Engineering]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[tag]]></category>

		<guid isPermaLink="false">http://www.brandonking.net/blog/?p=88</guid>
		<description><![CDATA[Clone the Qt repository:
$ git clone git://gitorious.org/qt/qt.git
Show available tags:
$ git tag -l
output:
v4.5.1
v4.5.2
v4.5.3
v4.6.0
v4.6.0-beta1
v4.6.0-rc1
v4.6.0-tp1
Checkout v4.6.0:
$ git checkout v4.6.0
OR checkout v4.6.0 as a NEW branch:
$ git checkout -b v4.6.0-mybranch v4.6.0
]]></description>
			<content:encoded><![CDATA[<p>Clone the Qt repository:</p>
<blockquote><p>$ git clone git://gitorious.org/qt/qt.git</p></blockquote>
<p>Show available tags:</p>
<blockquote><p>$ git tag -l</p>
<p>output:<br />
v4.5.1<br />
v4.5.2<br />
v4.5.3<br />
v4.6.0<br />
v4.6.0-beta1<br />
v4.6.0-rc1<br />
v4.6.0-tp1</p></blockquote>
<p>Checkout v4.6.0:</p>
<blockquote><p>$ git checkout v4.6.0</p></blockquote>
<p>OR checkout v4.6.0 as a NEW branch:</p>
<blockquote><p>$ git checkout -b v4.6.0-mybranch v4.6.0</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.brandonking.net/blog/2009/12/08/an-example-of-checking-out-a-git-tag-using-qt-4-6-0-as-an-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
