top | item 44643513

(no title)

kadhirvelm | 7 months ago

I’ve had a lot of success using https://graphite.dev/. Been pretty easy to pick up and slots right into our usual GitHub workflow. I end up using the vscode extension to manage it. Anyone have opinions how jujutsu compares?

discuss

order

ramon156|7 months ago

Isn't graphite a pr review tool that still uses git?

riwsky|7 months ago

It’s both. Their CLI has a lot of overlap with what you’d use jj for (rebasing, amending, etc), but does basically everything worse other than “creating stacked PRs”. Slower; refuses to work from a detached HEAD; gets confused more easily by changes on the remote.