Hacker News new | ask | show | jobs
by smcameron 1598 days ago
What's perfect for this is stgit https://stacked-git.github.io/

You can easily work on, perfect, and re-order hundreds of patches in a single branch.

1 comments

That looks like it solves my number one annoyance: maintaining a bunch of concurrent patches on a dev branch, including personal patches I don't intend to merge.
There are several tools for stacking patch series, here is a list: https://github.com/epage/git-stack/blob/main/docs/comparison...
These look great, I will definitely check some of them out. Thanks!