From d772f347b52b665ca4be73b384917936bf5d0aaf Mon Sep 17 00:00:00 2001 From: M Hickford Date: Wed, 2 Aug 2023 08:06:05 +0100 Subject: [PATCH] see also --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index db1762b..60cba76 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,8 @@ Use the `-verbose` flag to print more details: git config --global --unset-all credential.helper azure git config --global --add credential.helper "azure -verbose" ``` + +## See also + +* [git-credential-oauth](https://github.com/hickford/git-credential-oauth): a Git credential helper that authenticates to GitHub, GitLab, BitBucket and Gerrit +* [Git Credential Manager](https://github.com/git-ecosystem/git-credential-manager)