MCPcopy Create free account
hub / github.com/angular/dev-infra /

Class

ng-dev/utils/git/git-client.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33/** Class that can be used to perform Git interactions with a given remote. **/
34export class GitClient {
35 /** Short-hand for accessing the default remote configuration. */
36 readonly remoteConfig: GithubConfig;
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected