@@ -66,18 +66,7 @@ storage provided by the OS or other programs. Alternatively, a
6666credential-generating helper might generate credentials for certain servers via
6767some API.
6868
69- To use a helper, you must first select one to use. Git currently
70- includes the following helpers:
71-
72- cache::
73-
74- Cache credentials in memory for a short period of time. See
75- linkgit:git-credential-cache[1] for details.
76-
77- store::
78-
79- Store credentials indefinitely on disk. See
80- linkgit:git-credential-store[1] for details.
69+ To use a helper, you must first select one to use (see below for a list).
8170
8271You may also have third-party helpers installed; search for
8372`credential-*` in the output of `git help -a`, and consult the
@@ -106,6 +95,28 @@ $ git config --global credential.helper foo
10695
10796=== Available helpers
10897
98+ Git currently includes the following helpers:
99+
100+ cache::
101+
102+ Cache credentials in memory for a short period of time. See
103+ linkgit:git-credential-cache[1] for details.
104+
105+ store::
106+
107+ Store credentials indefinitely on disk. See
108+ linkgit:git-credential-store[1] for details.
109+
110+ Popular helpers with secure persistent storage include:
111+
112+ - git-credential-libsecret (Linux)
113+
114+ - git-credential-osxkeychain (macOS)
115+
116+ - git-credential-wincred (Windows)
117+
118+ - https://github.com/git-ecosystem/git-credential-manager[Git Credential Manager] (cross platform, included in Git for Windows)
119+
109120The community maintains a comprehensive list of Git credential helpers at
110121https://git-scm.com/doc/credential-helpers.
111122
@@ -116,6 +127,12 @@ OAuth credential helper. Initial authentication opens a browser window to the
116127host. Subsequent authentication happens in the background. Many popular Git
117128hosts support OAuth.
118129
130+ Popular helpers with OAuth support include:
131+
132+ - https://github.com/git-ecosystem/git-credential-manager[Git Credential Manager] (cross platform, included in Git for Windows)
133+
134+ - https://github.com/hickford/git-credential-oauth[git-credential-oauth] (cross platform, included in many Linux distributions)
135+
119136CREDENTIAL CONTEXTS
120137-------------------
121138
0 commit comments