Sponsor:

Your company here, and a link to your site. Click to find out more.

git-credential-azure - Man Page

Git credential helper that authenticates to Azure Repos

Synopsis

git-credential-azure [<options>] <action>

Description

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

Options

Run git-credential-azure -help for more details.

Reporting Bugs

Please report any bugs at https://github.com/hickford/git-credential-azure

Info

2023-08-12