Post #3721521
2026-07-10 15:31 UTC
A #git workflow question.
I have a branch (lets call it "orange"), that adds a whole bunch of features on top of main. I regularly rebase this from main. I also have a bunch of points on that branch marked as other branches ("orange-phase1", "orange-phase2", etc...) that are convenient points for PRs - either currently open or intended in the future.
Is there a way I can **automatically** maintain these branches whenever I `git rebase main`?
*Edit*: Solved: see replies.
Replies (0)
No replies.