mirror of
https://github.com/git-for-windows/git.git
synced 2025-12-13 16:47:36 -06:00
Merge branch 'mh/doc-credential-helpers'
Doc update. * mh/doc-credential-helpers: doc: gitcredentials: link to helper list
This commit is contained in:
commit
d6e67222c1
@ -104,6 +104,17 @@ $ git help credential-foo
|
|||||||
$ git config --global credential.helper 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
|
CREDENTIAL CONTEXTS
|
||||||
-------------------
|
-------------------
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user