Replies: 1 comment 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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