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

Function silentGit

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

Source from the content-addressed store, hash-verified

430}
431
432export function silentGit(...args: string[]) {
433 return _exec({ silent: true }, process.env.GIT_BIN || 'git', args);
434}
435
436/**
437 * Launch the given entry in an child process isolated to the test environment.

Callers 4

gitCleanFunction · 0.90
expectGitToBeCleanFunction · 0.90
gitCommitFunction · 0.90

Calls 1

_execFunction · 0.85

Tested by

no test coverage detected