History editing

Matthieu Moy Matthieu.Moy at imag.fr
Mon Apr 20 13:11:06 BST 2009


David Timothy Strauss <david at fourkitchens.com> writes:

> Ian makes a good point: "rebase" isn't even the best at cleaning up
> history. What might be more useful is a shelve-based approach of
> taking the final diff, dissecting it into coherent changes, and
> committing those.

FYI, in Git, you have "git rebase --interactive" which does somehow
this (allows you to squash commits, edit them, reorder them, ...).

-- 
Matthieu



More information about the bazaar mailing list