Replies: 2 comments 1 reply
-
There's currently a WIP PR for that (#4644). It does seem to have stalled. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just realized that this also makes |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, I was a big fan of git worktrees and have become a bigger fan of jj workspaces. There's one issue I find though: workspaces do not have a .git file. A git worktree has a .git file similar to how workspace have .jj, where the content is something like:
gitdir: /tmp/gittest/therepo/.git/worktrees/workspace-1
I wonder if it would be possible for jj to create worktree objects in a git dir, if the default workspace is colocated and you create a workspace?
The main place where this comes up is in tracking and building the FreeBSD branches main, stable/14, and releng/14.*. The build tools assume the code is in a git repo, and it can get confusing at times.
Beta Was this translation helpful? Give feedback.
All reactions