<p>Thank you so much for the info. I will probably just keep the Zip file for now but if the number of patches gets out of hand will try git again :-) Thanks again</p>
<p>Misha</p>
<p><blockquote type="cite">On Jul 6, 2010 12:18 PM, &quot;Mike Kaplinskiy&quot; &lt;<a href="mailto:mike.kaplinskiy@gmail.com">mike.kaplinskiy@gmail.com</a>&gt; wrote:<br><br><p><font color="#500050">On Tue, Jul 6, 2010 at 11:27 AM, Misha Koshelev &lt;<a href="mailto:misha680@gmail.com">misha680@gmail.com</a>&gt; wrote:<br>
&gt; Fyi I am just going to...</font></p>It shouldn&#39;t be too hard. Something like the below might work.<br>
<br>
git rebase -i upstream/master # delete anything you like. Or put edit<br>
instead of pick to edit it<br>
git push -f origin master # forces a push even though your tree is not<br>
at the HEAD of origin<br>
<br>
This breaks git history and can make people forking/pulling your tree<br>
angry but assuming you don&#39;t care about them, all is well :).<br>
<font color="#888888"><br>
Mike.<br>
</font></blockquote></p>