I use graphite for stacked pr management. Any good reason to make the switch to stacklane?
nbrempel · 1h ago
I use Graphite at {{ day job }} and it's pretty good. I strongly dislike having to use their git wrapper CLI `gt` though. git does already support this out of the box.
So instead, this uses git primitives and just drops that handy comment in Github to visualize the stack.
jacobegold · 19m ago
I work on the Graphite CLI – curious what you don't like about it and what your flow with raw Git is – I assume you're mostly using `--update-refs`?
So instead, this uses git primitives and just drops that handy comment in Github to visualize the stack.