10 Jun
2015
10 Jun
'15
5:26 p.m.
* Marcel Korpel <marcel.korpel@gmail.com> (Wed, 10 Jun 2015 19:25:30 +0200):
$ git rebase -i HEAD~2
This opens an editor with the last two commits, where you can squash a previous revision into a later one.
My bad, talked too soon: you actually squash a revision into a *previous* one.