We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286f255 commit e48bf36Copy full SHA for e48bf36
projects/git-scm.org/test.ts
@@ -19,6 +19,8 @@ export default async function () {
19
run`git config commit.gpgSign false`;
20
run`git commit --message MyMessage`;
21
22
- run`git subtree add --prefix teaxyz-subtree https://github.com/pkgxdev/pkgo main --squash`;
+ if (Deno.build.os != 'windows') {
23
+ run`git subtree add --prefix teaxyz-subtree https://github.com/pkgxdev/pkgo main --squash`;
24
+ }
25
});
26
}
0 commit comments