We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e23854 + 4c9cb51 commit d6e6722Copy full SHA for d6e6722
Documentation/gitcredentials.txt
@@ -104,6 +104,17 @@ $ git help credential-foo
104
$ git config --global credential.helper foo
105
-------------------------------------------
106
107
+=== Available helpers
108
+
109
+The community maintains a comprehensive list of Git credential helpers at
110
+https://git-scm.com/doc/credential-helpers.
111
112
+=== OAuth
113
114
+An alternative to inputting passwords or personal access tokens is to use an
115
+OAuth credential helper. Initial authentication opens a browser window to the
116
+host. Subsequent authentication happens in the background. Many popular Git
117
+hosts support OAuth.
118
119
CREDENTIAL CONTEXTS
120
-------------------
0 commit comments