<br><br><div class="gmail_quote">On Thu, Jun 24, 2010 at 12:07 PM, Mark Drago <span dir="ltr"><<a href="mailto:markdrago@gmail.com">markdrago@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Justin,<br>
<br>
I hope I'm following you right. <br></blockquote><div><br></div><div>You were</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Something like this should create oldmaster from master, delete<br>
master, and then recreate master from the upstream master.  I should<br>
also point out that the name 'master' is not special in anyway, so<br>
this isn't strictly necessary, but for cleanliness purposes you might<br>
want to do this.<br>
</blockquote><div><br></div><div>Thanks for the help on this, both here and out of band. Once command was missing in the sequence that was causing an error on my netbook and my laptop. This is different from the scary message we were discussing out of band yesterday:</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">git checkout master<br>
git checkout -b oldmaster<br>
git branch -d master<br></blockquote><div>git fetch 10gen </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
git checkout remotes/origin/master<br>
git checkout -b master<br></blockquote><div><br></div><div>I never fetched from 10gen so my local repo did not know what was available.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Then, create your own custom branch, and cherry pick the commit from<br>
the oldmaster branch on to it.<br>
git checkout -b one-line-fix-branch<br>
git cherry-pick <sha1sum of one line fix commit in oldmaster><br></blockquote><div><br></div><div>I'll consider that strategy. </div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

I hope that helps.  I also hope that I followed your description correctly.<br></blockquote><div><br></div><div>Yes and thank you much.  Also, thanks to Chris for his suggestions.</div><div><br></div><div>Regards,</div><div>
<br></div><div>Justin Dearing</div></div>