-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
.\" Automatically generated by Pandoc 3.1.2 | ||
.\" | ||
.\" Define V font for inline verbatim, using C font in formats | ||
.\" that render this, and otherwise B font. | ||
.ie "\f[CB]x\f[]"x" \{\ | ||
. ftr V B | ||
. ftr VI BI | ||
. ftr VB B | ||
. ftr VBI BI | ||
.\} | ||
.el \{\ | ||
. ftr V CR | ||
. ftr VI CI | ||
. ftr VB CB | ||
. ftr VBI CBI | ||
.\} | ||
.TH "GIT-CREDENTIAL-AZURE" "1" "" "2023-08-12" "" | ||
.hy | ||
.SH NAME | ||
.PP | ||
git-credential-azure - Git credential helper that authenticates to Azure | ||
Repos | ||
.SH SYNOPSIS | ||
.PP | ||
\f[V]git-credential-azure [<options>] <action>\f[R] | ||
.SH DESCRIPTION | ||
.PP | ||
A read-only Git credential helper that authenticates to Azure Repos. | ||
.PP | ||
Example configuration for Git: | ||
.IP | ||
.nf | ||
\f[C] | ||
git config --global --add credential.helper \[dq]cache --timeout 7200\[dq] # two hours | ||
git config --global --add credential.helper azure | ||
\f[R] | ||
.fi | ||
.PP | ||
To unconfigure: | ||
.IP | ||
.nf | ||
\f[C] | ||
git config --global --unset-all credential.helper azure | ||
\f[R] | ||
.fi | ||
.SH OPTIONS | ||
.PP | ||
Run \f[V]git-credential-azure -help\f[R] for more details. | ||
.SH REPORTING BUGS | ||
.PP | ||
Please report any bugs at | ||
https://github.com/hickford/git-credential-azure |