I'm doing an all test right now, what should I do after that?<br><br>On Wednesday, May 25, 2016, Satish Balay <<a href="mailto:balay@mcs.anl.gov">balay@mcs.anl.gov</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, 25 May 2016, Mark Adams wrote:<br>
<br>
> On Wed, May 25, 2016 at 12:14 PM, Satish Balay <<a href="javascript:;" onclick="_e(event, 'cvml', 'balay@mcs.anl.gov')">balay@mcs.anl.gov</a>> wrote:<br>
><br>
> > Yeah - Sorry - bad copy/paste gave the wrong commit-id.<br>
> ><br>
> > Here this the process you would normally follow [without gitk]<br>
> ><br>
> gitk works but it opens Wish.  Can I squash in Wish?<br>
<br>
I use gitk only to find the 'starting-commit-id' easily. [not to squash]<br>
<br>
Yeah 'git rebase -i master' looks much easier but you have to be aware<br>
that it does some extra work (git rebase master) than 'git rebase -i<br>
starting-commit-id' (just offer to squash/modify commits).<br>
<br>
> Anyway, your rebase below worked, I got the list, squashed all but two<br>
> messages and it seemed to work:<br>
<br>
great!<br>
<br>
><br>
> Successfully rebased and updated refs/heads/mark/snes-ex56c.<br>
> 12:32 mark/snes-ex56c<> ~/Codes/petsc/src/ts/examples/tutorials$<br>
><br>
> So now I just want to do a 'git push -f', right?<br>
<br>
yes. [since we are pretty sure - no one pushed commits to this branch<br>
- that would have required 'git pull --rebase']<br>
<br>
Satish<br>
<br>
</blockquote>