# Functions
GetGitHubProjectForOrigin returns the GitHub login, and GitHub repo name if the "origin" remote is a GitHub URL.
GetGitHubProjectForOriginByRepo 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.
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.
ParseGitRepoURL returns the URL to the Git repository and path from a raw URL.