]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitcredentials.txt
doc: gitcredentials: link to helper list
[thirdparty/git.git] / Documentation / gitcredentials.txt
index 100f045bb1a0918e51cc3834a015913f9286dbbb..25af58b9393c578b8f2890d9d8f2f5cd988ae8a8 100644 (file)
@@ -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
 -------------------