quick Graphite.dev question about existing commits
I'm try out graphite atm and i have an existing feature branch,
main -> A
with some well organized commits
A.1, A.2, A.3, A.4
That i would love to just create a stacked diff for each commit, ontop of a new branch in my existing trunk.
trunk -> A_1 -> A_2 -> A_3 -> A_4
Anybody know if this possible?
What i've been doing is: cherry-picking to trunk, un-comitting, and re-comitting with graphite. A lil tedious, and it's annoying having to copy commit message/bodies.
I've also been looking at sappling and ghstack, graphite seems more like designed for teams and not lone contributers just tryna make better PR's0 Replies