This message was deleted.
# feature-requests
s
This message was deleted.
💯 1
j
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.
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.
I feel like I'm currently fighting the tooling to get this workflow