I'm also looking for this. On the graphite website, I found a sort of manifesto against using feature branches. It lists reasons why this is unwieldy. OK, but many people can't or don't want to switch. There are also benefits to this workflow.
Justin Kent
08/30/2023, 4:02 PM
It'd be great if we can get all the benefits of stacking, inside a feature branch, including when the feature branch needs to be rebased. Then when the feature branch is done, we can create a final PR that merges the branch into
main
with a merge commit.
Justin Kent
08/30/2023, 4:02 PM
I feel like I'm currently fighting the tooling to get this workflow