class Git::URL

Methods for parsing a Git URL

Any URL that can be passed to โ€˜git clone` can be parsed by this class.

@see git-scm.com/docs/git-clone#_git_urls GIT URLs

@see github.com/sporkmonger/addressable Addressable::URI

@api private