-
🖖, When I use It feels like this might be fixable with Git worktrees, by giving each Jujutsu workspace its own colocated Git worktree. Has anyone attempted to do this? |
Beta Was this translation helpful? Give feedback.
Answered by
jennings
Sep 9, 2025
Replies: 1 comment 2 replies
-
Yes, in #4644. There's no good way to hack it until it's an official feature, because you need jj to keep the git worktree's index up to date and it won't do that today. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kwiberg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, in #4644.
There's no good way to hack it until it's an official feature, because you need jj to keep the git worktree's index up to date and it won't do that today.