MCPcopy Index your code
hub / github.com/electron/forge / git

Function git

tools/update-dependencies.js:26–28  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

24}
25
26async function git(...args) {
27 await spawnPassthrough('git', args);
28}
29
30async function yarn(...args) {
31 await spawnPassthrough('yarn', args);

Callers 2

smoketestAndCommitMethod · 0.85
mainFunction · 0.85

Calls 1

spawnPassthroughFunction · 0.85

Tested by

no test coverage detected