Skip to main contentModule repository
Source - GitUrl
- Git protocol URL:
git://host/path - HttpsUrl
- HTTPS URL:
https://host/path - PathAddress
- Local file path address:
/path/to/repo or file:///path/to/repo - RemoteName
- A named git remote (e.g.,
origin, upstream). - RemoteNameError
- Error returned when parsing an invalid
RemoteName. - SshAddress
- SSH address:
git@host:path (SCP-style) or ssh://user@host/path
- Address
- A validated git repository address.
- AddressError
- Remote
- A git remote reference: either a named remote or an address.