MCPcopy Index your code
hub / github.com/anomalyco/opencode / git

Function git

packages/core/test/fixture/git.ts:47–49  ·  view source on GitHub ↗
(cwd: string, ...args: string[])

Source from the content-addressed store, hash-verified

45}
46
47export async function git(cwd: string, ...args: string[]) {
48 await exec("git", args, { cwd })
49}

Callers 5

gitRemoteFunction · 0.70
commitFunction · 0.70
branchFunction · 0.70
git.tsFile · 0.50

Calls 1

execFunction · 0.50

Tested by

no test coverage detected