logoalt Hacker News

orbifoldtoday at 4:27 AM7 repliesview on HN

is there a jj hosting service?


Replies

ajkavanaghtoday at 7:12 AM

GitHub.

Jujutsu has changed how I work with git. Switching tasks is just "jj edit <change>" or "JJ new <change>". The only thing it can't do properly is git worktrees (it doesn't replicate the .git dir to the worktrees, breaking tooling that relies on git) but there is a (old) issue relating to it. Not sure on the priority, though.

Anyway, YMMV, but I love it.

colinmarctoday at 6:38 AM

I know of one: https://lubeno.dev

bkolobaratoday at 6:36 AM

We are working on something https://lubeno.dev

show 1 reply
pzmarzlytoday at 6:55 AM

https://tangled.org/ supports many jj features, but they seem to only offer public repos.

pkulaktoday at 6:47 AM

We use GitHub at my work. And I think I’m the only one using JJ.

imrontoday at 4:32 AM

Any service that hosts git?

boxedtoday at 6:37 AM

Isn't jj git compatible so you can just use github?

show 1 reply