Replies: 1 comment 3 replies
-
How about running |
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.
-
My existing git workflow is to have multiple git worktrees for the same repo, within a bare clone of the repo.
ex.
repo/worktree-folder/branch1
repo/worktree-folder/branch2
repo/worktree-folder/branch3
repo/.git
and I create/delete worktrees as needed.
scalar
seems to have a single git worktree that exists atsrc
for a given enlistment. Is there a recommended way to getscalar
to support multiple worktrees per enlistment?Beta Was this translation helpful? Give feedback.
All reactions