MCPcopy
hub / github.com/vercel/next-forge / cloneRepository

Function cloneRepository

scripts/update.ts:41–43  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

39};
40
41const cloneRepository = (name: string) => {
42 run("git", ["clone", url, name]);
43};
44
45const getFiles = (version: string) => {
46 run("git", ["checkout", version]);

Callers 1

updateFunction · 0.85

Calls 1

runFunction · 0.85

Tested by

no test coverage detected