git-credential-azure
Git credential helper that authenticates to Azure Repos
- Provided by: git-credential-azure (Version: 0.3.0-1)
- Report a bug
Git credential helper that authenticates to Azure Repos
git-credential-azure [<options>] <action>
A read-only Git credential helper that authenticates to Azure Repos.
Example configuration for Git:
git config --global --add credential.helper "cache --timeout 7200" # two hours
git config --global --add credential.helper azure
To unconfigure:
git config --global --unset-all credential.helper azure
Run git-credential-azure -help for more details.
Please report any bugs at https://github.com/hickford/git-credential-azure