1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.\" Automatically generated by Pandoc 3.1.7
.\"
.TH "GIT-CREDENTIAL-AZURE" "1" "" "2023-08-12" ""
.SH NAME
git-credential-azure - Git credential helper that authenticates to Azure
Repos
.SH SYNOPSIS
\f[CR]git-credential-azure [<options>] <action>\f[R]
.SH DESCRIPTION
A read-only Git credential helper that authenticates to Azure Repos.
.PP
Example configuration for Git:
.IP
.EX
git config --global --add credential.helper \[dq]cache --timeout 7200\[dq] # two hours
git config --global --add credential.helper azure
.EE
.PP
To unconfigure:
.IP
.EX
git config --global --unset-all credential.helper azure
.EE
.SH OPTIONS
Run \f[CR]git-credential-azure -help\f[R] for more details.
.SH REPORTING BUGS
Please report any bugs at
https://github.com/hickford/git-credential-azure
|