MCPcopy Create free account
hub / github.com/SethGammon/Citadel / git

Function git

scripts/live-github-steward-proof.js:71–73  ·  view source on GitHub ↗
(args, cwd)

Source from the content-addressed store, hash-verified

69}
70
71function git(args, cwd) {
72 return run('git', args, { cwd }).trim();
73}
74
75function writeFile(filePath, content) {
76 fs.mkdirSync(path.dirname(filePath), { recursive: true });

Callers 2

setupInitialRepoFunction · 0.70
createAgentPrFunction · 0.70

Calls 1

runFunction · 0.70

Tested by

no test coverage detected