# Functions

IsHTTPSURL returns true if supplied URL is HTTPS URL.
IsLocalURL returns true if supplied URL is HTTPS URL.
IsSCPURL returns true if supplied URL is scp-like syntax.
IsSSHURL returns true if supplied URL is SSH URL.
NormaliseURL will return normalised url.
Parse parses a raw url into a GitURL structure.
SameRawURL returns whether or not the two remote URL strings are equivalent.
SameURL returns whether or not the two parsed git URLs are equivalent.

# Structs

URL represents parsed git url.