> there is no difference as jj is only a frontend to git.
That's not really true in this case, as the worktree feature from jujutsu is not implemented on top of git worktrees.
This is kind of unfortunate in this case as it breaks some tooling since the extra trees are not collocated with git, like editor inline history/blame or agents that know to look in git history to fix their mistakes
wtf? it can diverge from git?
wasn't git compatibility it's main pro?
This is kind of unfortunate in this case as it breaks some tooling since the extra trees are not collocated with git, like editor inline history/blame or agents that know to look in git history to fix their mistakes