Show HN: Stacklane – GitHub App for Stacked PR Clarity

7 nbrempel 3 6/22/2025, 6:55:42 PM stacklane.dev ↗

Comments (3)

collinc777 · 1h ago
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`?