logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

git-credential-azure - Git credential helper that authenticates to Azure Repos

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

Name

       git-credential-azure - Git credential helper that authenticates to Azure Repos

Options

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

Reporting Bugs

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

2023-08-12                                                                               GIT-CREDENTIAL-AZURE(1)

Synopsis

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

See Also