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

Function initializeGit

scripts/initialize.ts:67–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65};
66
67const initializeGit = () => {
68 run("git", ["init"]);
69 run("git", ["add", "."]);
70 run("git", ["commit", "-m", "✨ Initial commit"]);
71};
72
73const setupEnvironmentVariables = async () => {
74 const files = [

Callers 1

initializeFunction · 0.85

Calls 1

runFunction · 0.85

Tested by

no test coverage detected