# Functions
GetGitHubProjectForOrigin returns the GitHub login, and GitHub repo name if the "origin" remote is a GitHub URL.
GetGitReferenceNameOrHashAndSubDirectory returns the reference name or hash, and sub directory path.
GetGitRemoteURL returns the remote URL for the given remoteName in the repo.
GetGitRepository returns the git repository by walking up from the provided directory.
GitCloneAndCheckoutCommit clones the Git repository and checkouts the specified commit.
GitCloneOrPull clones or updates the specified referenceName (branch or tag) of a Git repository.
GitListBranchesAndTags fetches a remote Git repository's branch and tag references (including HEAD), sorted by the length of the short name descending.
IsGitOriginURLGitHub returns true if the provided remoteURL is detected as GitHub.
ParseGitRepoURL returns the URL to the Git repository and path from a raw URL.
TryGetVCSInfo attempts to detect whether the provided remoteURL is an SSH or an HTTPS remote URL.
# Constants
The host name for Azure DevOps.
The host name for Bitbucket.
The host name for GitHub.
The host name for GitLab.
# Type aliases
VCSKind represents the hostname of a specific type of VCS.