<?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>rtCafe &#187; git hub</title>
	<atom:link href="http://cafe.rtcamp.com/tag/git-hub/feed/" rel="self" type="application/rss+xml" />
	<link>http://cafe.rtcamp.com</link>
	<description>rtCamp Cafe</description>
	<lastBuildDate>Mon, 14 May 2012 19:26:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Easy Git walkthrough (must check)</title>
		<link>http://cafe.rtcamp.com/2012/03/22/easy-git-walkthrough-must-check/</link>
		<comments>http://cafe.rtcamp.com/2012/03/22/easy-git-walkthrough-must-check/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 10:07:43 +0000</pubDate>
		<dc:creator>Abhimanyu</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git commands]]></category>
		<category><![CDATA[git hub]]></category>

		<guid isPermaLink="false">http://cafe.rtcamp.com/2012/03/22/easy-git-walkthrough-must-check/</guid>
		<description><![CDATA[git init To ignore the svn directory already present &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; cat &#62; .gitignore .svn/ .gitignore Staging the newly modified files &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- git add . git status if by mistake the svn files get added, don&#8217;t panic, to unstage all the staged files &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; git rm &#8211;cached -r . git add . Check again if it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>git init</p>
<p>To ignore the svn directory already present<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
cat &gt; .gitignore<br />
.svn/<br />
.gitignore</p>
<p>Staging the newly modified files<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
git add .<br />
git status</p>
<p>if by mistake the svn files get added, don&#8217;t panic, to unstage all the staged files<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
git rm &#8211;cached -r .<br />
git add .</p>
<p>Check again if it&#8217;s done<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
git status</p>
<p>git commit -m &#8220;Importing Restaurant Madness Theme&#8221;</p>
<p>Check for existing shortname handles<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
git remote</p>
<p>If none are present, create a new one<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
git remote add rm <a href="mailto:git@code.rtcamp.com">git@code.rtcamp.com</a>:restaurant-madness.git</p>
<p>Check again now<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
git remote<br />
git push rm master</p>
<p>remove the .gitignore file we created<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
rm .gitignore</p>
]]></content:encoded>
			<wfw:commentRss>http://cafe.rtcamp.com/2012/03/22/easy-git-walkthrough-must-check/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between GIT and SVN.</title>
		<link>http://cafe.rtcamp.com/2012/02/06/difference-git-svn/</link>
		<comments>http://cafe.rtcamp.com/2012/02/06/difference-git-svn/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 16:09:05 +0000</pubDate>
		<dc:creator>Tapan Bojja</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[git hub]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://cafe.rtcamp.com/?p=720</guid>
		<description><![CDATA[http://bit.ly/Am5YRA]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/Am5YRA" rel="nofollow">http://bit.ly/Am5YRA</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cafe.rtcamp.com/2012/02/06/difference-git-svn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

