Y
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
adhesive_wombat
1598 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.
link
krobelus
1598 days ago
There are several tools for stacking patch series, here is a list:
https://github.com/epage/git-stack/blob/main/docs/comparison...
link
adamjhawley
1598 days ago
These look great, I will definitely check some of them out. Thanks!
link