Skip to content

Commit 4a4a6ac

Browse files
authored
Add credential helpers for Gmail, Outlook and Yahoo
1 parent c09ad1e commit 4a4a6ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/doc/credential-helpers.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ <h2>OAuth</h2>
3333
<ul>
3434
<li><a href="https://github.com/git-ecosystem/git-credential-manager">Git Credential Manager</a>: included with Git for Windows. Supports multiple credential stores.</li>
3535
<li><a href="https://github.com/hickford/git-credential-oauth">git-credential-oauth</a>: included in many Linux distributions.</li>
36+
<li><a href="https://github.com/AdityaGarg8/git-credential-email">git-credential-gmail</a>: cross platform, can be used to authenticate Gmail accounts for <a href="https://git-scm.com/docs/git-send-email">git send-email</a>.</li>
37+
<li><a href="https://github.com/AdityaGarg8/git-credential-email">git-credential-outlook</a>: cross platform, can be used to authenticate Microsoft Outlook accounts for <a href="https://git-scm.com/docs/git-send-email">git send-email</a>.</li>
38+
<li><a href="https://github.com/AdityaGarg8/git-credential-email">git-credential-yahoo</a>: cross platform, can be used to authenticate Yahoo accounts for <a href="https://git-scm.com/docs/git-send-email">git send-email</a>.</li>
3639
</ul>
3740

3841
<h2>Storage specific</h2>

0 commit comments

Comments
 (0)