The way JJ handles bookmarks rather than branches is a treat. Todays flow to rebase?

jj git fetch
jj edit adamhjk/refine-discovery
jj rebase -d main@origin
jj git push -b adamhjk/refine-discovery

It's not like I don't know how to do it in git. I do. But this made so much more sense.

Comments