Best way to use jj with a git clone --bare worktree setup #7458
Unanswered
ahmedelgabri
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Have you seen #5913? Its about a similar workflow. The discussion we had in the Discord about it was that you can achieve the same thing if you sparse out everything and then re-add workspaces with these views. |
Beta Was this translation helpful? Give feedback.
3 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.
-
I usually use git worktrees like this
This gives me the following folder structure
And then when I add new worktrees I add them as children of
./project
So I'm still picking up
jj
and wondering how can I use it inside such setup? Or should I change my approach in general?Beta Was this translation helpful? Give feedback.
All reactions