We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ce9cd commit b06fcc8Copy full SHA for b06fcc8
src/worktree.ts
@@ -101,6 +101,7 @@ export async function generateWorktree(
101
'Error encountered while checking out branch. Attempting to continue with a new branch name.'
102
)
103
branchName = `temp-${Date.now()}`
104
+ checkout.orphan = true
105
checkout = new GitCheckout(branchName, `origin/${action.branch}`)
106
107
await execute(
0 commit comments