]> git.99rst.org Git - git.git/commit
docs: list popular credential helpers
authorM Hickford <redacted>
Fri, 10 Jan 2025 22:54:36 +0000 (22:54 +0000)
committerJunio C Hamano <redacted>
Fri, 10 Jan 2025 23:10:00 +0000 (15:10 -0800)
commitcf5b8276dcfdad44f02c082a934be5589ff14586
tree0373f6079e4441481e8a415a1f1abe6871764b12
parentfbe8d3079d4a96aeb4e4529cc93cc0043b759a05
docs: list popular credential helpers

git-credential-store saves credentials unencrypted on disk. It is the
least secure choice of credential helper. Nevertheless, it appears
several times more popular than any other credential helper [1].

Inform users about more secure alternatives.

[1] https://stackoverflow.com/questions/35942754/how-can-i-save-username-and-password-in-git

Signed-off-by: M Hickford <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/gitcredentials.txt
git clone https://git.99rst.org/PROJECT