Skip to main content

Module url

Module url 

Source

Structs§

GitProtocolUrl
Git protocol URL: git://host/path
HttpsUrl
HTTPS URL: https://host/path
PathUrl
Local file path URL: /path/to/repo or file:///path/to/repo
RemoteName
A named git remote (e.g., origin, upstream).
SshUrl
SSH URL: git@host:path (SCP-style) or ssh://user@host/path

Enums§

GitUrl
A validated git repository URL.
GitUrlError
Remote
A git remote reference: either a named remote or a URL.
RemoteError