Jujutsu, to capture it in one sentence, is a modern front-end to local git repositories, which is a radical, but powerful simplification.
Here are his reasons why jujutsu might be worth a try.
This text was all written by hand by Evan Martin, a human. I used no AI, and disclaim this in particular so that you can expect that the choices made in what to mention, what to leave out, and in what order were carefully considered.
Nice.
6 Comments
IanTwenty@piefed.social · 4 pts · 24d
I'd like to see more on the reasons NOT to adopt jj. I have not used jj myself yet but digging around there seem to be some big blockers, depending on your repo/project:
Love to hear others thoughts on this.
FizzyOrange@programming.dev · 1 pts · 21d
I really hope they don't copy how Git does submodules and LFS. They're both pretty terrible.
onlinepersona@programming.dev · 1 pts · 24d
Is there good jj integration in editors?
HaraldvonBlauzahn@feddit.org · 2 pts · 24d
I think not yet. I was using magit in Emacs, but switched from git+magit mostly to jj+cli . What I would find useful is a patched-up gitk.
skami@sh.itjust.works · 1 pts · 23d
If you like magit, https://github.com/0WD0/majutsu is already quite good.
HaraldvonBlauzahn@feddit.org · 1 pts · 23d
THANKS!