Skip to content

Commit e48bf36

Browse files
committed
wip
1 parent 286f255 commit e48bf36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/git-scm.org/test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export default async function () {
1919
run`git config commit.gpgSign false`;
2020
run`git commit --message MyMessage`;
2121

22-
run`git subtree add --prefix teaxyz-subtree https://github.com/pkgxdev/pkgo main --squash`;
22+
if (Deno.build.os != 'windows') {
23+
run`git subtree add --prefix teaxyz-subtree https://github.com/pkgxdev/pkgo main --squash`;
24+
}
2325
});
2426
}

0 commit comments

Comments
 (0)