So how is this different from git worktrees exactly ?
replies(2):
author me tions that git cli require multiple steps when there are unstaged changes.
I don't know if git has one liner cli command for it as i myself use gitextn to create worktrees
That's not really true in this case, as the worktree feature from jujutsu is not implemented on top of git worktrees.
Google uses it with Piper, their centralized VCS.
Being compatible and being purely a frontend aren’t the same thing.