From 66552f077d0ac2a9519ba5007e0487ef5aea345e Mon Sep 17 00:00:00 2001 From: M Hickford Date: Sat, 12 Aug 2023 08:21:05 +0100 Subject: [PATCH] man page --- git-credential-azure.1 | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 git-credential-azure.1 diff --git a/git-credential-azure.1 b/git-credential-azure.1 new file mode 100644 index 0000000..08f6c41 --- /dev/null +++ b/git-credential-azure.1 @@ -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 [] \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