Forge
Defined in: src/forge.ts:61
Interface for git forge implementations
Properties
name
name:
ForgeName
Defined in: src/forge.ts:63
The forge identifier
Methods
buildCloneUrl()
buildCloneUrl(
repoUrl,token?):string
Defined in: src/forge.ts:65
Build an authenticated clone URL
Parameters
repoUrl
string
token?
string
Returns
string