<?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>nhaskins.com &#187; git</title>
	<atom:link href="http://nhaskins.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://nhaskins.com</link>
	<description>web development note book</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:44:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Simplehelix Git&#8217;s it, thanks for the se&#8230;</title>
		<link>http://nhaskins.com/status/simplehelix-gits-it-thanks-for-the-se/</link>
		<comments>http://nhaskins.com/status/simplehelix-gits-it-thanks-for-the-se/#comments</comments>
		<pubDate>Mon, 10 May 2010 20:13:33 +0000</pubDate>
		<dc:creator>Nathan Haskins</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[simplehelix]]></category>

		<guid isPermaLink="false">http://nhaskins.com/status/simplehelix-gits-it-thanks-for-the-se/</guid>
		<description><![CDATA[Simplehelix Git&#8217;s it, thanks for the setup! Looking forward to testing it out]]></description>
			<content:encoded><![CDATA[<p>Simplehelix Git&#8217;s it, thanks for the setup!  Looking forward to testing it out</p>]]></content:encoded>
			<wfw:commentRss>http://nhaskins.com/status/simplehelix-gits-it-thanks-for-the-se/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplehelix no Git on shared account qq&#8230;.</title>
		<link>http://nhaskins.com/status/simplehelix-no-git-on-shared-account-qq/</link>
		<comments>http://nhaskins.com/status/simplehelix-no-git-on-shared-account-qq/#comments</comments>
		<pubDate>Sun, 09 May 2010 20:14:16 +0000</pubDate>
		<dc:creator>Nathan Haskins</dc:creator>
				<category><![CDATA[status]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[simplehelix]]></category>

		<guid isPermaLink="false">http://nhaskins.com/status/simplehelix-no-git-on-shared-account-qq/</guid>
		<description><![CDATA[Simplehelix no Git on shared account qq. After speaking with tech support it seems only the dedicated servers can run Git. The issue with the shared accounts is that if it requires root access for anything, they can&#8217;t do it. So they can&#8217;t install it, even if you offer to pay. Damn.]]></description>
			<content:encoded><![CDATA[<p>Simplehelix no Git on shared account qq.  After speaking with tech support it seems only the dedicated servers can run Git.  The issue with the shared accounts is that if it requires root access for anything, they can&#8217;t do it.  So they can&#8217;t install it, even if you offer to pay.  Damn.</p>]]></content:encoded>
			<wfw:commentRss>http://nhaskins.com/status/simplehelix-no-git-on-shared-account-qq/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Git Basics</title>
		<link>http://nhaskins.com/post/git-basics/</link>
		<comments>http://nhaskins.com/post/git-basics/#comments</comments>
		<pubDate>Sat, 08 May 2010 18:15:40 +0000</pubDate>
		<dc:creator>Nathan Haskins</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://nhaskins.com/post/git-basics/</guid>
		<description><![CDATA[Linus talks about Git: http://www.youtube.com/watch?v=4XpnKHJAok8 basics tut: http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/ basic git+github video tut: http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/ git documentation: http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html Collaborative Github Workflow: http://www.eqqon.com/index.php/Collaborative_Github_Workflow Git SSH keys: http://help.github.com/mac-key-setup/ Git Magic .. this site uses a video game analogy that really clears some things up for me : http://www-cs-students.stanford.edu/~blynn/gitmagic/ &#8211;Basic Tricks: http://www-cs-students.stanford.edu/~blynn/gitmagic/ch02.html (jump states) Git Cheat Sheet: http://github.com/guides/git-cheat-sheet]]></description>
			<content:encoded><![CDATA[<p>Linus talks about Git: <a href="http://www.youtube.com/watch?v=4XpnKHJAok8" rel="nofollow">http://www.youtube.com/watch?v=4XpnKHJAok8</a><br />
basics tut: <a href="http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/" rel="nofollow">http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/</a><br />
basic git+github video tut: <a href="http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/" rel="nofollow">http://net.tutsplus.com/tutorials/other/easy-version-control-with-git/</a><br />
git documentation: <a href="http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html" rel="nofollow">http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html</a><br />
Collaborative Github Workflow: <a href="http://www.eqqon.com/index.php/Collaborative_Github_Workflow" rel="nofollow">http://www.eqqon.com/index.php/Collaborative_Github_Workflow</a><br />
Git SSH keys: <a href="http://help.github.com/mac-key-setup/" rel="nofollow">http://help.github.com/mac-key-setup/</a><br />
Git Magic .. this site uses a video game analogy that really clears some things up for me :</p>
<p><a href="http://www-cs-students.stanford.edu/~blynn/gitmagic/" rel="nofollow">http://www-cs-students.stanford.edu/~blynn/gitmagic/</a></p>
<p>&#8211;Basic Tricks: <a href="http://www-cs-students.stanford.edu/~blynn/gitmagic/ch02.html" rel="nofollow">http://www-cs-students.stanford.edu/~blynn/gitmagic/ch02.html</a> (jump states)<br />
Git Cheat Sheet: <a href="http://github.com/guides/git-cheat-sheet" rel="nofollow">http://github.com/guides/git-cheat-sheet</a></p>]]></content:encoded>
			<wfw:commentRss>http://nhaskins.com/post/git-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

