<div dir="ltr">I do git rebase -i master, and I get a lot of these:<div><br></div><div><div>10:53 mark/snes-ex56c= ~/Codes/petsc/src/snes/examples/tutorials$ git rebase -i master</div><div>error: could not apply 121daff... I am sick of finding examples that have no test cases!</div><div><br></div><div>When you have resolved this problem, run "git rebase --continue".</div><div>If you prefer to skip this patch, run "git rebase --skip" instead.</div><div>To check out the original branch and stop rebasing, run "git rebase --abort".</div><div>Could not apply 121daff3befe8860e39d0d85f21fecb925e5e5cd... I am sick of finding examples that have no test cases!</div><div><br></div><div>I did this this morning and there were about 8 of these conflicts that I had to fix manually. I wanted to check before I proceed. They were straightforward fixes.</div><div><br></div><div>Mark</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 25, 2016 at 10:40 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 10:18 AM, Satish Balay <span dir="ltr"><<a href="mailto:balay@mcs.anl.gov" target="_blank">balay@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span>On Wed, 25 May 2016, Mark Adams wrote:<br>
<br>
><br>
</span><span>> 10:09 mark/snes-ex56c= ~/Codes/petsc/src/snes/examples/tutorials$ git reset<br>
> --hard f2cb8422898d35ef96e146caa3a95b2f879b25f1<br>
> HEAD is now at f2cb842 fixed bug in makefile<br>
><br>
> OK, now what?<br>
<br>
</span>1. Verify that its feature complete as you expect [and not missing any commits]?<br>
<br>
gitk master..mark/snes-ex56c<br></blockquote><div><br></div></span><div>I got this error:</div><span class=""><div><br></div><div><div>10:37 mark/snes-ex56c= ~/Codes/petsc/src/snes/examples/tutorials$ gitk master..mark/snes-ex56c</div><div>Error in startup script: unknown color name "lime"</div><div>    (processing "-fore" option)</div><div>    invoked from within</div><div>"$ctext tag conf m2 -fore [lindex $mergecolors 2]"</div><div>    (procedure "makewindow" line 347)</div><div>    invoked from within</div><div>"makewindow"</div><div>    (file "/Users/markadams/homebrew/bin/gitk" line 12434)</div></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<br>
2. Update branch as needed [perhaps you were wanting to squash<br>
commits? since you've mentioned 'rebase -i' previously?]<br>
<br></blockquote><div><br></div></span><div>git rebase -i </div><div><br></div><div>or </div><div><br></div><div>git rebase -i master</div><div><br></div><div>?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="">
3. verify and test locally?<br>
<br></span><span class="">
4. update 'mark/snes-ex56c' on server.<br>
<br>
git push -f<br>
<br>
5. If feature complete - update pull request?<br>
<span><font color="#888888"><br>
Satish<br>
</font></span></span></blockquote></div><br></div></div>
</blockquote></div><br></div>