The problem put simply is that git doesn't support concurrency. Even if you use worktrees, git has a global lock for repo interaction.

https://www.felesatra.moe/blog/2024/12/23/jj-is-great-for-th...