<?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: Syncing with Multiple Git Repos</title>
	<atom:link href="http://blog.afoolishmanifesto.com/archives/1344/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.afoolishmanifesto.com/archives/1344</link>
	<description>fREWdiculous!</description>
	<lastBuildDate>Mon, 16 Jan 2012 12:16:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: nheinric</title>
		<link>http://blog.afoolishmanifesto.com/archives/1344/comment-page-1#comment-2771</link>
		<dc:creator>nheinric</dc:creator>
		<pubDate>Mon, 16 Jan 2012 12:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1344#comment-2771</guid>
		<description>Thanks, this will certainly come in handy!</description>
		<content:encoded><![CDATA[<p>Thanks, this will certainly come in handy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kent Fredric</title>
		<link>http://blog.afoolishmanifesto.com/archives/1344/comment-page-1#comment-1181</link>
		<dc:creator>Kent Fredric</dc:creator>
		<pubDate>Sat, 03 Jul 2010 03:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1344#comment-1181</guid>
		<description>This is a really handy trick. I had to come back to this blog a few weeks after reading about this trick after discovering a situation where I needed it.

As a side note, I found a couple of related tricks that were handy.

Say you have a shared commit repository on Github, but you want to maintain your own &quot;fork&quot; for your private branches that aren&#039;t ready for anyone but you to use, you can do something like this

[remote &quot;push-upstream&quot;]
  url = SomeOtherGitServer ; a private mirror perhaps
  url = git@github.com:public-commonthing.git
  url = git@github.com:my-fork.git
  push = master

[remote &quot;myfork&quot;]
  url = git@github.com:my-fork.git
  fetch = +refs/heads/*:refs/remotes/myfork/*
  push = master:master
  push = mybranch1:mybranch1
  push = mytopicbranch:mytopicbranch

And this /appears/ to Just Work.</description>
		<content:encoded><![CDATA[<p>This is a really handy trick. I had to come back to this blog a few weeks after reading about this trick after discovering a situation where I needed it.</p>
<p>As a side note, I found a couple of related tricks that were handy.</p>
<p>Say you have a shared commit repository on Github, but you want to maintain your own &#8220;fork&#8221; for your private branches that aren&#8217;t ready for anyone but you to use, you can do something like this</p>
<p>[remote "push-upstream"]<br />
  url = SomeOtherGitServer ; a private mirror perhaps<br />
  url = <a href="mailto:git@github.com">git@github.com</a>:public-commonthing.git<br />
  url = <a href="mailto:git@github.com">git@github.com</a>:my-fork.git<br />
  push = master</p>
<p>[remote "myfork"]<br />
  url = <a href="mailto:git@github.com">git@github.com</a>:my-fork.git<br />
  fetch = +refs/heads/*:refs/remotes/myfork/*<br />
  push = master:master<br />
  push = mybranch1:mybranch1<br />
  push = mytopicbranch:mytopicbranch</p>
<p>And this /appears/ to Just Work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shuck &#38; Awe #5: Hunting for Perl &#124; The Pythian Blog</title>
		<link>http://blog.afoolishmanifesto.com/archives/1344/comment-page-1#comment-1145</link>
		<dc:creator>Shuck &#38; Awe #5: Hunting for Perl &#124; The Pythian Blog</dc:creator>
		<pubDate>Wed, 02 Jun 2010 21:45:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1344#comment-1145</guid>
		<description>[...] Schmidt shares a quick trick on how to sync with multiple git repositories with a single git push [...]</description>
		<content:encoded><![CDATA[<p>[...] Schmidt shares a quick trick on how to sync with multiple git repositories with a single git push [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hanekomu</title>
		<link>http://blog.afoolishmanifesto.com/archives/1344/comment-page-1#comment-1135</link>
		<dc:creator>hanekomu</dc:creator>
		<pubDate>Sun, 23 May 2010 19:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1344#comment-1135</guid>
		<description>Thanks for this interesting tip; it helps me with maintaining repos that are both on github and on our in-house git server. I didn&#039;t realize that you could have several URLs in one &quot;remote&quot; config section.</description>
		<content:encoded><![CDATA[<p>Thanks for this interesting tip; it helps me with maintaining repos that are both on github and on our in-house git server. I didn&#8217;t realize that you could have several URLs in one &#8220;remote&#8221; config section.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

