<?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: Using Git within a project (forking around)</title>
	<atom:link href="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/feed/" rel="self" type="application/rss+xml" />
	<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/</link>
	<description>Ruby makes Rails, Javascript makes Ajax, Dr Nic makes Magic</description>
	<lastBuildDate>Thu, 11 Mar 2010 13:29:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: aPeel Blog</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-167898</link>
		<dc:creator>aPeel Blog</dc:creator>
		<pubDate>Thu, 16 Apr 2009 19:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-167898</guid>
		<description>&lt;strong&gt;Git can make your IDE faster!...&lt;/strong&gt;

We recently switched from using Subversion to Git for source controll management....</description>
		<content:encoded><![CDATA[<p><strong>Git can make your IDE faster!&#8230;</strong></p>
<p>We recently switched from using Subversion to Git for source controll management&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GitHub Now Open to the Public</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-167083</link>
		<dc:creator>GitHub Now Open to the Public</dc:creator>
		<pubDate>Sat, 11 Apr 2009 18:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-167083</guid>
		<description>[...]  Using Git within a project (forking around) [...]</description>
		<content:encoded><![CDATA[<p>[...]  Using Git within a project (forking around) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Git Cloning and Git Forking Differences &#171; Tag Weaver</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-160100</link>
		<dc:creator>Git Cloning and Git Forking Differences &#171; Tag Weaver</dc:creator>
		<pubDate>Thu, 05 Mar 2009 23:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-160100</guid>
		<description>[...] Git Cloning and Git Forking defferences are described in this article [...]</description>
		<content:encoded><![CDATA[<p>[...] Git Cloning and Git Forking defferences are described in this article [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Got Git? HOWTO git and github &#171; A little story</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-157278</link>
		<dc:creator>Got Git? HOWTO git and github &#171; A little story</dc:creator>
		<pubDate>Mon, 16 Feb 2009 13:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-157278</guid>
		<description>[...] out the repo’s public address. And before I know it I had my first patch. Now what? I read Dr. Nic’s blog post about git when it came out, so I went back and read it again. After reading a few times I realized two [...]</description>
		<content:encoded><![CDATA[<p>[...] out the repo’s public address. And before I know it I had my first patch. Now what? I read Dr. Nic’s blog post about git when it came out, so I went back and read it again. After reading a few times I realized two [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markatharvest</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-144912</link>
		<dc:creator>markatharvest</dc:creator>
		<pubDate>Mon, 08 Dec 2008 16:22:40 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-144912</guid>
		<description>Great Article, 
Only thing, I did not get was, lets say I have my own repo say $myrepo, now some personx forks out of $myrepo, and now I want to pull his changes. How do I go it.
The article explains if that personxhas a branch name say $xbranch, then I can add a remote repo by saying
  # git remote add personxrepo git@github.com:personx/$myrepo.git ,
  # git pull personxrepo $xbranch, 
but what if he does not have the $xbranch, what is the command I need to execute, looking for your guidance</description>
		<content:encoded><![CDATA[<p>Great Article,<br />
Only thing, I did not get was, lets say I have my own repo say $myrepo, now some personx forks out of $myrepo, and now I want to pull his changes. How do I go it.<br />
The article explains if that personxhas a branch name say $xbranch, then I can add a remote repo by saying<br />
  # git remote add personxrepo <a href="mailto:git@github.com">git@github.com</a>:personx/$myrepo.git ,<br />
  # git pull personxrepo $xbranch,<br />
but what if he does not have the $xbranch, what is the command I need to execute, looking for your guidance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Why you should switch to Git &#124; dirceu.info</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-143329</link>
		<dc:creator>Why you should switch to Git &#124; dirceu.info</dc:creator>
		<pubDate>Wed, 26 Nov 2008 19:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-143329</guid>
		<description>[...] Using Git within a project (forking around) [...]</description>
		<content:encoded><![CDATA[<p>[...] Using Git within a project (forking around) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vancouver.rb Q&#38;A with Brock Whitten on Rails, Getting Off Rails (Merb), PmpknPi (Blog in Merb), Git (GitHub, Gitorious) and More &#171; Vancouver Ruby &#38; Rails Central</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-136875</link>
		<dc:creator>Vancouver.rb Q&#38;A with Brock Whitten on Rails, Getting Off Rails (Merb), PmpknPi (Blog in Merb), Git (GitHub, Gitorious) and More &#171; Vancouver Ruby &#38; Rails Central</dc:creator>
		<pubDate>Mon, 03 Nov 2008 17:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-136875</guid>
		<description>[...] Whitten: Well you don&#8217;t have to go far to see the excitement around Git. I am hosting PmpknPi in two Git repositories (GitHub and Gitorious) and one Subversion [...]</description>
		<content:encoded><![CDATA[<p>[...] Whitten: Well you don&#8217;t have to go far to see the excitement around Git. I am hosting PmpknPi in two Git repositories (GitHub and Gitorious) and one Subversion [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohbet</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-130244</link>
		<dc:creator>sohbet</dc:creator>
		<pubDate>Sat, 11 Oct 2008 20:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-130244</guid>
		<description>thanks you :)</description>
		<content:encoded><![CDATA[<p>thanks you <img src='http://drnicwilliams.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Git in a team. &#171; Bugs Need Fix</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-101892</link>
		<dc:creator>Git in a team. &#171; Bugs Need Fix</dc:creator>
		<pubDate>Wed, 02 Jul 2008 15:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-101892</guid>
		<description>[...] Taken from Dr Nic&#8217;s website http://drnicwilliams.com/2008/02/03/using-git-within-a-team/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Taken from Dr Nic&#8217;s website <a href="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/" rel="nofollow">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GitHub Now Open to the Public &#187; Biodegradable Geek</title>
		<link>http://drnicwilliams.com/2008/02/03/using-git-within-a-team/comment-page-1/#comment-81551</link>
		<dc:creator>GitHub Now Open to the Public &#187; Biodegradable Geek</dc:creator>
		<pubDate>Mon, 14 Apr 2008 13:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://drnicwilliams.com/2008/02/03/using-git-within-a-team/#comment-81551</guid>
		<description>[...]  Using Git within a project (forking around) [...]</description>
		<content:encoded><![CDATA[<p>[...]  Using Git within a project (forking around) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
