-
|
🖖, 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.
Replies: 4 comments 3 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.
-
|
Use case: nix flakes commands like |
Beta Was this translation helpful? Give feedback.
-
|
Crosslinking #4436 |
Beta Was this translation helpful? Give feedback.
-
|
For those interested, I have created a tracking issue for this feature and its associated work: #8052. I will post updates on the work in the tracking issue. |
Beta Was this translation helpful? Give feedback.
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.