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