Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
savePersistedAuth
Method · 0.95
createPullRequest
Function · 0.80
Calls
1
parseGitRemote
Method · 0.80
Tested by
no test coverage detected