←back to thread

Jujutsu for everyone

(jj-for-everyone.github.io)
434 points Bogdanp | 1 comments | | HN request time: 0s | source
Show context
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 #
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 #
hu3 ◴[] No.45090291[source]
Interesting. How can I use jj without git?
replies(1): >>45091714 #
1. 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.