Skip to content

Commit

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

@RATONLove
This comment was marked as a violation of GitHub Acceptable Use Policies
Please sign in to comment.