Skip to content

Commit 4c9cb51

Browse files
hickfordgitster
authored andcommitted
doc: gitcredentials: link to helper list
Link to community list of credential helpers. This is useful information for users. Describe how OAuth credential helpers work. OAuth is a user-friendly alternative to personal access tokens and SSH keys. Reduced setup cost makes it easier for users to contribute to projects across multiple forges. Signed-off-by: M Hickford <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fb7d80e commit 4c9cb51

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Documentation/gitcredentials.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,17 @@ $ git help credential-foo
104104
$ git config --global credential.helper foo
105105
-------------------------------------------
106106

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.
107118

108119
CREDENTIAL CONTEXTS
109120
-------------------

0 commit comments

Comments
 (0)