Open
Description
Sometimes we work on large chains of PRs that all get reviewed and approved in parallel.
At the end of the process, we merge all of them into the base branch and then push that, which effectively merges all of the chain PRs - we do this in order so that all of the merges are fast-forwards.
For this it would be useful to have a git chain merge-all
(or maybe git chain collapse
?).
Would others find this useful?
(Note this is different to #11 as that one is about merging the latest dependency branch into each chain branch, whereas here it's about merging all branches in the chain into the base branch)
Metadata
Metadata
Assignees
Labels
No labels