package
3.9.5
Repository: https://github.com/jenkins-x/jx-helpers.git
Documentation: pkg.go.dev

# Functions

CreateGitCredential creates a CreateGitCredential instance from a slice of strings where each element is a key/value pair separated by '='.
CreateGitCredentialFromURL creates a CreateGitCredential instance from a URL and optional username and password.
CreateGitCredentialsHelper creates an instance of a git credential helper.
WriteGitCredentialFromSecretMount writes mounted kubernetes secret credentials to file $XDG_CONFIG_HOME/git/credentials see for more details https://git-scm.com/docs/git-credential-store.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GitCredential represents the different parts of a git credential URL See also https://git-scm.com/docs/git-credential.
GitCredentialsHelper is used to implement the git credential helper algorithm.