Skip to main content

store_credentials_from_url

Function store_credentials_from_url 

Source
pub fn store_credentials_from_url(
    url: &DisplaySafeUrl,
) -> Result<bool, CredentialsFromUrlError>
Expand description

Populate the global authentication store with credentials on a Git URL, if there are any.

Returns true if the store was updated.