MCPcopy
hub / github.com/peter-evans/create-pull-request / GitRemote

Interface GitRemote

src/git-config-helper.ts:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6import * as utils from './utils'
7
8interface GitRemote {
9 hostname: string
10 protocol: string
11 repository: string
12}
13
14export class GitConfigHelper {
15 private git: GitCommandManager

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected