Hacker News new | ask | show | jobs
by adhesive_wombat 1599 days ago
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.
1 comments

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!