<?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"
	>
<channel>
	<title>Comments on: Using git - Part II</title>
	<atom:link href="http://blog.avirtualhome.com/2007/10/17/using-git-part-ii/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.avirtualhome.com/2007/10/17/using-git-part-ii/</link>
	<description>Just my thoughts about things</description>
	<pubDate>Fri, 21 Nov 2008 20:03:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: nicedexter</title>
		<link>http://blog.avirtualhome.com/2007/10/17/using-git-part-ii/#comment-582</link>
		<dc:creator>nicedexter</dc:creator>
		<pubDate>Fri, 25 Jul 2008 08:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.avirtualhome.com/2007/10/17/the-getdeb-project/#comment-582</guid>
		<description>Hi, same issue for me, and I found a workaround which saved my life, or almost ;-). 

On the B repository, you can commit the pushed changes by typing 
&lt;code&gt;git log&lt;/code&gt;, 
Copy the last tag, the one you just comitted on the A repository, you should see it on top. it's the a71610d95aae9448896b2cf34aed40b5a0f7dfb0 like string
Then type 
&lt;code&gt;
git reset --hard a71610d95aae9448896b2cf34aed40b5a0f7dfb0
&lt;/code&gt;
and git return something like 
&lt;code&gt;
HEAD is now at a71610d... your commited message
&lt;/code&gt;

et voilà!</description>
		<content:encoded><![CDATA[<p>Hi, same issue for me, and I found a workaround which saved my life, or almost ;-). </p>
<p>On the B repository, you can commit the pushed changes by typing<br />
<code>git log</code>,<br />
Copy the last tag, the one you just comitted on the A repository, you should see it on top. it&#8217;s the a71610d95aae9448896b2cf34aed40b5a0f7dfb0 like string<br />
Then type<br />
<code><br />
git reset --hard a71610d95aae9448896b2cf34aed40b5a0f7dfb0<br />
</code><br />
and git return something like<br />
<code><br />
HEAD is now at a71610d... your commited message<br />
</code></p>
<p>et voilà!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
