@deslop/workbench 0.0.358 → 0.0.359
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/server.js +1 -0
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -51927,6 +51927,7 @@ var GitWorkspace = class extends Service()("@deslop/git/service/GitWorkspace", {
|
|
|
51927
51927
|
yield* pipe(git.string(input.cwd, [
|
|
51928
51928
|
"worktree",
|
|
51929
51929
|
"add",
|
|
51930
|
+
"--no-track",
|
|
51930
51931
|
"-b",
|
|
51931
51932
|
input.branch,
|
|
51932
51933
|
targetDirectory,
|