←back to thread

Jujutsu for everyone

(jj-for-everyone.github.io)
434 points Bogdanp | 5 comments | | HN request time: 0.943s | source
1. hu3 ◴[] No.45088275[source]
Personally I don't think adding a layer on top of git is a good idea.

I know it's hard to break git's hegemony but it would be much more powerful and less constrained to build on top of a new foundation.

replies(2): >>45088871 #>>45089270 #
2. dcre ◴[] No.45088871[source]
jj’s design is not constrained by git. git is one possible backend, but you don’t even need to use jj with git. I will eat a shoe if you can name something jj is prevented from doing by its relation to git.
replies(1): >>45090291 #
3. KingMob ◴[] No.45089270[source]
You might be interested in pijul then, which has a theory of patches that is interesting.
4. hu3 ◴[] No.45090291[source]
Interesting. How can I use jj without git?
replies(1): >>45091714 #
5. tfsh ◴[] No.45091714{3}[source]
Right now there's no active public backends, there are a few prolific JJ contributors who are working on their own forge though (https://ersc.io).

At Google, JJ is natively supported for interfacing with the monorepo, this is where the proof of being backend agnostic comes from. Hopefully as the network effects catches on we'll see more and more of a desire for 3P forges.