-
-
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
7 additions
and
31 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 |
---|---|---|
@@ -1,52 +1,28 @@ | ||
.\" Automatically generated by Pandoc 3.1.2 | ||
.\" Automatically generated by Pandoc 3.1.7 | ||
.\" | ||
.\" 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] | ||
\f[CR]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] | ||
.EX | ||
git config --global --add credential.helper \[dq]cache --timeout 7200\[dq] # two hours | ||
git config --global --add credential.helper azure | ||
\f[R] | ||
.fi | ||
.EE | ||
.PP | ||
To unconfigure: | ||
.IP | ||
.nf | ||
\f[C] | ||
.EX | ||
git config --global --unset-all credential.helper azure | ||
\f[R] | ||
.fi | ||
.EE | ||
.SH OPTIONS | ||
.PP | ||
Run \f[V]git-credential-azure -help\f[R] for more details. | ||
Run \f[CR]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 |
1 comment
on commit 5d59ce5
This comment was marked as a violation of GitHub Acceptable Use Policies