| ▲ | y1n0 a day ago | |||||||
Mostly true, but the weird edge case I run into is workspaces. Since they seem to be independent of and not backward compatible with git worktrees, there is no fall back to git for submodules within a workspace. We still use submodules in a number of places at work so it’s a bit of friction for me. Other than that, I’m rapidly becoming a jj convert. | ||||||||
| ▲ | tcoff91 10 hours ago | parent | next [-] | |||||||
Try just copying the .git directory into the other workspaces. It's worked great for me when working in repos that have tooling that is coupled to git. | ||||||||
| ▲ | steveklabnik a day ago | parent | prev [-] | |||||||
Ahh, so workspaces don't currently support colocation, aka "put a .git directory in there". So that's what's up there. Interesting corner case! I know upstream is working on it. | ||||||||
| ||||||||