Fun with git rebase --interactive

from blog Guru Das Srinagesh, | ↗ original
This is the second in a series of blog posts related to some powerful features of git I've used over the years. Previously, I wrote about git rebase --onto which you can read here. git offers many powerful features, and one such feature I have used extensively in kernel development is git rebase --interactive. Here is what the man page ... →...