←back to thread

Jujutsu for everyone

(jj-for-everyone.github.io)
434 points Bogdanp | 1 comments | | HN request time: 0s | source
Show context
BeetleB ◴[] No.45084995[source]
I had used jj for only a month before I switched back to git for a particular project at work. I felt that jj was *really* nice, but nothing more.

After returning to vanilla git, I was missing the jj convenience within hours.

https://blog.nawaz.org/posts/2025/Aug/the-jujutsu-effect/

replies(2): >>45085022 #>>45085178 #
incognito124 ◴[] No.45085022[source]
Something about appreciating only after losing
replies(1): >>45085265 #
ysofunny ◴[] No.45085265[source]
also, demonstrating a marked improvement in the experience.

it really does seem like we all gonna be using jj soon enough

I recall pijul.org that was another working prototype of better git

and I wonder how much overlap is there in the way they have made the improvements.

replies(4): >>45085444 #>>45085469 #>>45085608 #>>45085649 #
1. fiddlerwoaroof ◴[] No.45085444[source]
pijul uses a completely different model of version control than git (stores diffs rather than snapshots). And so the cost of switching and interoperation is a bit higher than jj which basically acts like a nice UI over git.