Hacker News new | ask | show | jobs
by wmf 2915 days ago
You have to do a bunch of squashing and rebasing to produce clean patch series; I wonder if there could be a better UX for that.
1 comments

I like 'stgit' for this -- it lets you manage a work-in-progress patch series as a stack of patches you can move around in, update, reorder and so on, which I find more natural than raw git rebases.