MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / git

Function git

scripts/changelog-weekly.ts:524–529  ·  view source on GitHub ↗
(args: string[])

Source from the content-addressed store, hash-verified

522}
523
524function git(args: string[]) {
525 return execFileSync("git", args, {
526 cwd: ROOT,
527 encoding: "utf-8",
528 }).trim();
529}
530
531function printUsage() {
532 console.log(`changelog:weekly drafts an editable weekly digest packet.

Callers 1

getCommitsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected