MCPcopy Index your code
hub / github.com/angular/angular-cli / git

Function git

tests/e2e/utils/process.ts:428–430  ·  view source on GitHub ↗
(...args: string[])

Source from the content-addressed store, hash-verified

426}
427
428export function git(...args: string[]) {
429 return _exec({}, process.env.GIT_BIN || 'git', args);
430}
431
432export function silentGit(...args: string[]) {
433 return _exec({ silent: true }, process.env.GIT_BIN || 'git', args);

Callers 4

gitCommitFunction · 0.90
prepareProjectForE2eFunction · 0.90
yarn-env-vars.tsFile · 0.90
secure-registry.tsFile · 0.90

Calls 1

_execFunction · 0.85

Tested by

no test coverage detected