6 ms·
I got into jujutsu recently for the mega merge workflow. The only thing I’m missing now is support for git submodules, especially when working with workspaces.
by ephimetheus 1y ago
I got into jujutsu recently for the mega merge workflow.
The only thing I’m missing now is support for git submodules, especially when working with workspaces.
This requires me to keep using git worktrees with collocated jj in each of them, which is suboptimal.
- steveklabnik 1y agoDoes jj’s own workspaces not help? I don’t use submodules so I don’t know.