Skip to content

Commit

Permalink
man page
Browse files Browse the repository at this point in the history
  • Loading branch information
hickford committed Aug 12, 2023
1 parent d593e87 commit 66552f0
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions git-credential-azure.1
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

0 comments on commit 66552f0

Please sign in to comment.