MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / git

Function git

__tests__/multi-repo-workspace.test.ts:32–34  ·  view source on GitHub ↗
(cwd: string, ...args: string[])

Source from the content-addressed store, hash-verified

30import { clearProjectConfigCache } from '../src/project-config';
31
32function git(cwd: string, ...args: string[]): void {
33 execFileSync('git', args, { cwd, stdio: ['ignore', 'ignore', 'ignore'] });
34}
35
36/** git init + commit everything currently in `dir` as one repo. */
37function makeRepo(dir: string): void {

Callers 2

makeRepoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected