Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-07-18 17:28:52 +0300
committerJunio C Hamano <gitster@pobox.com>2023-07-18 17:28:52 +0300
commitd6e67222c103783616912c26c9906b8167c39ab8 (patch)
tree5f769f92497fb1e6f0d533712bdd6107053cf675 /Documentation/gitcredentials.txt
parent5e238546dc7a232d8998f1cd1ec9d3f4a0add68b (diff)
parent4c9cb51fe7beafc1033ec33e7f9d431c04d8b278 (diff)
Merge branch 'mh/doc-credential-helpers'
Doc update. * mh/doc-credential-helpers: doc: gitcredentials: link to helper list
Diffstat (limited to 'Documentation/gitcredentials.txt')
-rw-r--r--Documentation/gitcredentials.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/gitcredentials.txt b/Documentation/gitcredentials.txt
index 65d652dc40..71dd19731a 100644
--- a/Documentation/gitcredentials.txt
+++ b/Documentation/gitcredentials.txt
@@ -104,6 +104,17 @@ $ git help credential-foo
$ git config --global credential.helper foo
-------------------------------------------
+=== Available helpers
+
+The community maintains a comprehensive list of Git credential helpers at
+https://git-scm.com/doc/credential-helpers.
+
+=== OAuth
+
+An alternative to inputting passwords or personal access tokens is to use an
+OAuth credential helper. Initial authentication opens a browser window to the
+host. Subsequent authentication happens in the background. Many popular Git
+hosts support OAuth.
CREDENTIAL CONTEXTS
-------------------