MCPcopy Create free account
hub / github.com/QodeXcli/QodeX / run

Function run

test/git-sandbox.test.ts:9–9  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

7
8function gitInit(dir: string) {
9 const run = (args: string[]) => execFileSync('git', ['-C', dir, ...args], { stdio: 'pipe' });
10 run(['init', '-q']);
11 run(['config', 'user.email', 't@t.com']);
12 run(['config', 'user.name', 't']);

Callers 1

gitInitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected