# Functions
IsGitTransport returns true if the provided str is a git transport by inspecting the prefix of the string for known protocols used in git.
IsGitURL returns true if the provided str is a git repository URL.
IsURL returns true if the provided str is a valid URL by doing a simple change for the transport of the url.