Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
export
async
function
git(cwd: string, ...args: string[]) {
48
await
exec(
"git"
, args, { cwd })
49
}
Callers
5
repository-cache.test.ts
File · 0.90
gitRemote
Function · 0.70
commit
Function · 0.70
branch
Function · 0.70
git.ts
File · 0.50
Calls
1
exec
Function · 0.50
Tested by
no test coverage detected