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/branch1repo/worktree-folder/branch2repo/worktree-folder/branch3repo/.gitand I create/delete worktrees as needed.
scalarseems to have a single git worktree that exists atsrcfor a given enlistment. Is there a recommended way to getscalarto support multiple worktrees per enlistment?Beta Was this translation helpful? Give feedback.
All reactions