Structs§
- GitUrl
- Git protocol URL:
git://host/path - Https
Url - HTTPS URL:
https://host/path - Path
Address - Local file path address:
/path/to/repoorfile:///path/to/repo - Remote
Name - A named git remote (e.g.,
origin,upstream). - SshAddress
- SSH address:
git@host:path(SCP-style) orssh://user@host/path
Enums§
- Address
- A validated git repository address.
- Address
Error - Remote
- A git remote reference: either a named remote or an address.
- Remote
Error