6 ms·
is there a jj hosting service?
by orbifold 5mo ago
is there a jj hosting service?
- imron 5mo agoAny service that hosts git?
- bkolobara 5mo agoWe are working on something https://lubeno.dev https://lubeno.dev
- Vinnl 5mo agoLooks like still a bit early for me, but if you add an RSS feed to your blog, I would at least be reminded to check it out again later :)
- boxed 5mo agoIsn't jj git compatible so you can just use github?
- nchmy 5mo agoYes.
- colinmarc 5mo agoI know of one: https://lubeno.dev https://lubeno.dev
- pkulak 5mo agoWe use GitHub at my work. And I think I’m the only one using JJ.
- pzmarzly 5mo agohttps://tangled.org/ https://tangled.org/ supports many jj features, but they seem to only offer public repos.
- ajkavanagh 5mo agoGitHub. 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.