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

Method getGitRemote

src/git-config-helper.ts:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 getGitRemote(): GitRemote {
79 return GitConfigHelper.parseGitRemote(this.remoteUrl)
80 }
81
82 static parseGitRemote(remoteUrl: string): GitRemote {
83 const httpsUrlPattern = new RegExp(

Callers 2

savePersistedAuthMethod · 0.95
createPullRequestFunction · 0.80

Calls 1

parseGitRemoteMethod · 0.80

Tested by

no test coverage detected