<?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: Working with Forks on GitHub or CodePlex</title>
	<atom:link href="http://lostechies.com/jimmybogard/2012/04/02/working-with-forks-on-github-or-codeplex/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2012/04/02/working-with-forks-on-github-or-codeplex/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Fri, 17 May 2013 09:02:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #1078</title>
		<link>http://lostechies.com/jimmybogard/2012/04/02/working-with-forks-on-github-or-codeplex/#comment-4502</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #1078</dc:creator>
		<pubDate>Tue, 03 Apr 2012 08:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/04/02/working-with-forks-on-github-or-codeplex/#comment-4502</guid>
		<description>[...] Working with Forks on GitHub or CodePlex - Jimmy Bogard gives an overview of forking projects which use Git has their Version Control, as the first stage in contributing back to a project. This use of Git has increasing importance in the .NET world with the new support for Git on CodePlex and the Open Source release of large parts of the ASP.NET Stack. [...]</description>
		<content:encoded><![CDATA[<p>[...] Working with Forks on GitHub or CodePlex &#8211; Jimmy Bogard gives an overview of forking projects which use Git has their Version Control, as the first stage in contributing back to a project. This use of Git has increasing importance in the .NET world with the new support for Git on CodePlex and the Open Source release of large parts of the ASP.NET Stack. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Enright</title>
		<link>http://lostechies.com/jimmybogard/2012/04/02/working-with-forks-on-github-or-codeplex/#comment-4501</link>
		<dc:creator>Matt Enright</dc:creator>
		<pubDate>Tue, 03 Apr 2012 01:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/jimmybogard/2012/04/02/working-with-forks-on-github-or-codeplex/#comment-4501</guid>
		<description>I always find it best to, immediately after cloning, delete all of the &quot;mirror branches&quot; from the upstream repo. You&#039;re almost always going to continue updating from upstream anyways, and it&#039;s just as easy to work with &#039;upstream/master&#039; as it is &#039;origin/master&#039;, without the mental burden of having to a) keep your fork versions up-to-date, for no real reason, and b) double the amount of references (which clutter up things like log --all or branch --contains).

GitHub won&#039;t let you delete &#039;master&#039;, since it has to have one checked 
out for display, but you can either let that sit fallow, or if you&#039;re 
going to be more heavily dev&#039;ing on the fork, switch the active branch 
to your own personal &#039;next&#039; or something as taste dictates (and then 
delete the master).

Just a maybe-helpful addition. Thanks for writing this!</description>
		<content:encoded><![CDATA[<p>I always find it best to, immediately after cloning, delete all of the &#8220;mirror branches&#8221; from the upstream repo. You&#8217;re almost always going to continue updating from upstream anyways, and it&#8217;s just as easy to work with &#8216;upstream/master&#8217; as it is &#8216;origin/master&#8217;, without the mental burden of having to a) keep your fork versions up-to-date, for no real reason, and b) double the amount of references (which clutter up things like log &#8211;all or branch &#8211;contains).</p>
<p>GitHub won&#8217;t let you delete &#8216;master&#8217;, since it has to have one checked<br />
out for display, but you can either let that sit fallow, or if you&#8217;re<br />
going to be more heavily dev&#8217;ing on the fork, switch the active branch<br />
to your own personal &#8216;next&#8217; or something as taste dictates (and then<br />
delete the master).</p>
<p>Just a maybe-helpful addition. Thanks for writing this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
