File: git-credential-azure.1

package info (click to toggle)
git-credential-azure 0.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 112 kB
  • sloc: makefile: 4
file content (28 lines) | stat: -rw-r--r-- 775 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.\" Automatically generated by Pandoc 3.1.7
.\"
.TH "GIT-CREDENTIAL-AZURE" "1" "" "2023-08-12" ""
.SH NAME
git-credential-azure - Git credential helper that authenticates to Azure
Repos
.SH SYNOPSIS
\f[CR]git-credential-azure [<options>] <action>\f[R]
.SH DESCRIPTION
A read-only Git credential helper that authenticates to Azure Repos.
.PP
Example configuration for Git:
.IP
.EX
git config --global --add credential.helper \[dq]cache --timeout 7200\[dq] # two hours
git config --global --add credential.helper azure
.EE
.PP
To unconfigure:
.IP
.EX
git config --global --unset-all credential.helper azure
.EE
.SH OPTIONS
Run \f[CR]git-credential-azure -help\f[R] for more details.
.SH REPORTING BUGS
Please report any bugs at
https://github.com/hickford/git-credential-azure