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

# Functions

FindGitCredentialsFromSecret detects the git secrets using a secret name.
FindOperatorCredentials detects the git operator secret so we have default credentials.
GetServerCredentials returns the credentials for the given server URL or an empty struct.
GitCredentialsFile returns the location of the git credentials file.
LoadGitCredentialsFile loads the git credentials from the `git/credentials` file in `$XDG_CONFIG_HOME/git/credentials` or in the `~/git/credentials` directory.
loadGitCredentialsAuthFile loads the git credentials file.

# Constants

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

# Structs

Credentials the loaded credentials.