Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
const
initializeGit = () => {
68
run(
"git"
, [
"init"
]);
69
run(
"git"
, [
"add"
,
"."
]);
70
run(
"git"
, [
"commit"
,
"-m"
,
"✨ Initial commit"
]);
71
};
72
73
const
setupEnvironmentVariables =
async
() => {
74
const
files = [
Callers
1
initialize
Function · 0.85
Calls
1
run
Function · 0.85
Tested by
no test coverage detected