Remix.run Logo
igor47 7 hours ago

Submodules work fine but yeah, it's frustrating that lfs is taking so long. But there seems to be some momentum recently https://github.com/jj-vcs/jj/pull/9068

verdverm 6 hours ago | parent [-]

The git compatibility page states that submodules are not supported

https://docs.jj-vcs.dev/latest/git-compatibility/

steveklabnik 6 hours ago | parent [-]

What "not supported" means with submodules specifically is that jj doesn't have commands to manage them. You can use git commands to manage them, and it does, in my understanding, work. There's just no native support yet.

This is sort of similar to how you can create lightweight tags with jj tag, but you need to push them with git push --tags.