# Functions
No description provided by the author
BitBucketServerAccessTokenURL generates the access token URL.
GiteaAccessTokenURL returns the URL to generate an access token.
No description provided by the author
GitlabAccessTokenURL returns the URL to click on to generate a personal access token for the Git provider.
HttpCloneURL returns the HTTPS git URL this repository.
ParseGitOrganizationURL attempts to parse the given text as a URL or git URL-like string to determine the protocol, host, organisation.
ParseGitURL attempts to parse the given text as a URL or git URL-like string to determine the protocol, host, organisation and name.
PrintCreateRepositoryGenerateAccessToken prints the access token URL of a Git repository.
No description provided by the author
SaasGitKind returns the kind for SaaS Git providers or "" if the URL could not be deduced.
# Constants
BitbucketCloudURL the default URL for BitBucket Cloud.
FakeGitURL the default URL for the fake git provider.
No description provided by the author
No description provided by the author
KindBitBucketCloud git kind for BitBucket Cloud.
KindBitBucketServer git kind for BitBucket Server.
KindGitea git kind for gitea.
KindGitFake git kind for fake git.
KindGitHub git kind for github.
KindGitlab git kind for gitlab.
KindUnknown git kind for unknown git.
# Variables
No description provided by the author
# Structs
No description provided by the author