<div dir="ltr">Is rebase -i going to work?  I read:<div><br></div><div><pre class="" style="margin-top:0px;margin-bottom:15px;padding:10px 12px;border:1px dotted rgb(170,170,170);outline:0px;font-size:18px;font-family:LatinModernMono10Regular,monospace;vertical-align:baseline;line-height:1.08em;color:rgb(0,0,0);background-color:rgb(244,244,244)"><code style="margin:0px;padding:0px;border:0px;outline:0px;font-family:LatinModernMono10Regular,monospace;vertical-align:baseline"><span class="" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">git rebase </span><span class="" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;color:rgb(102,102,0)">-</span><span class="" style="margin:0px;padding:0px;border:0px;outline:0px;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline">i master</span></code></pre><p style="margin:0px 0px 0.7em;padding:0px;border:0px;outline:0px;font-size:18px;font-family:'Puritan2.0',Arial;vertical-align:baseline;color:rgb(0,0,0);line-height:21.6px">Note that rebasing to the master does not work if you merged the master into your feature branch while you were working on the new feature. If you did this you will need to find the original branch point and call <code style="margin:0px;padding:0px;border:0px;outline:0px;font-family:LatinModernMono10Regular,monospace;vertical-align:baseline;color:rgb(85,0,0)">git rebase</code> with a SHA1 revision.</p>So I was pulling from master all the time, by mistake.  If I do a rebase -i with /jed/mark/snes-ex56c, will it give me all of the branch to squash?</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 25, 2016 at 8:16 AM, Mark Adams <span dir="ltr"><<a href="mailto:mfadams@lbl.gov" target="_blank">mfadams@lbl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Wed, May 25, 2016 at 8:00 AM, Jed Brown <span dir="ltr"><<a href="mailto:jed@jedbrown.org" target="_blank">jed@jedbrown.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>Mark Adams <<a href="mailto:mfadams@lbl.gov" target="_blank">mfadams@lbl.gov</a>> writes:<br>
> FYI, I get this error from rebasing. I will look into what they suggest.<br>
<br>
</span>What command did you use to rebase?<br></blockquote><div><br></div></span><div>git rebase master</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I ran "git rebase master" and fixed one trivial conflict in a makefile.<br>
The result is in 'jed/mark/snes-ex56c' if you want to check it out.<br></blockquote><div><br></div></span><div>thanks, got it. </div><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div><br>
> warning: squelched 32 whitespace errors<br>
> warning: 37 lines add whitespace errors.<br>
> Falling back to patching base and 3-way merge...<br>
> Auto-merging config/builder.py<br>
> CONFLICT (content): Merge conflict in config/builder.py<br>
> error: Failed to merge in the changes.<br>
> Patch failed at 0029 Adding tests for dmplex adaptation<br>
> The copy of the patch that failed is found in: .git/rebase-apply/patch<br>
> When you have resolved this problem, run "git rebase --continue".<br>
> If you prefer to skip this patch, run "git rebase --skip" instead.<br>
> To check out the original branch and stop rebasing, run "git rebase<br>
> --abort".<br>
<br>
</div></div></blockquote></span></div><br></div></div>
</blockquote></div><br></div>