Add support for rebasing stacked branches
Hello,
Could an option be added to include the --update-refs arguement for rebase operations? Either in drop down menu during rebase or just a checkbox in preferences / advanced settings would be fine from my perspective.
I quite often work on large features that then get split into multiple branches stacked on top of each other.
I generally work on projects using a rebase strategy rather than merging branches into main, so I end up wanting to rebase the stacked branches onto the head of main for testing / submission.
Currently I end up needing to drag/drop the whole branch onto main to rebase it as just the lastest branch name, then manually drag the intermediate branch labels up to where they're supposed to be in the stack which is quite tedious and error prone.
Alternatively I drop to the terminal to run the rebase there with --update-refs and it moves all the intermediate branches for me along with the rebase.
Customer support service by UserEcho
Could you please show a screenshot of the log illustrating the other branches that should be updated, too?
I would love this feature. We also have this problem sometimes and it is not so easy to handle it.