@@ -537,22 +537,7 @@ <h2 id="_avoiding_repetition">AVOIDING REPETITION</h2>
537
537
some API.</ p >
538
538
</ div >
539
539
< div class ="paragraph ">
540
- < p > To use a helper, you must first select one to use. Git currently
541
- includes the following helpers:</ p >
542
- </ div >
543
- < div class ="dlist ">
544
- < dl >
545
- < dt class ="hdlist1 "> cache</ dt >
546
- < dd >
547
- < p > Cache credentials in memory for a short period of time. See
548
- < a href ="git-credential-cache.html "> git-credential-cache(1)</ a > for details.</ p >
549
- </ dd >
550
- < dt class ="hdlist1 "> store</ dt >
551
- < dd >
552
- < p > Store credentials indefinitely on disk. See
553
- < a href ="git-credential-store.html "> git-credential-store(1)</ a > for details.</ p >
554
- </ dd >
555
- </ dl >
540
+ < p > To use a helper, you must first select one to use (see below for a list).</ p >
556
541
</ div >
557
542
< div class ="paragraph ">
558
543
< p > You may also have third-party helpers installed; search for
@@ -593,6 +578,42 @@ <h2 id="_avoiding_repetition">AVOIDING REPETITION</h2>
593
578
< div class ="sect2 ">
594
579
< h3 id ="_available_helpers "> Available helpers</ h3 >
595
580
< div class ="paragraph ">
581
+ < p > Git currently includes the following helpers:</ p >
582
+ </ div >
583
+ < div class ="dlist ">
584
+ < dl >
585
+ < dt class ="hdlist1 "> cache</ dt >
586
+ < dd >
587
+ < p > Cache credentials in memory for a short period of time. See
588
+ < a href ="git-credential-cache.html "> git-credential-cache(1)</ a > for details.</ p >
589
+ </ dd >
590
+ < dt class ="hdlist1 "> store</ dt >
591
+ < dd >
592
+ < p > Store credentials indefinitely on disk. See
593
+ < a href ="git-credential-store.html "> git-credential-store(1)</ a > for details.</ p >
594
+ </ dd >
595
+ </ dl >
596
+ </ div >
597
+ < div class ="paragraph ">
598
+ < p > Popular helpers with secure persistent storage include:</ p >
599
+ </ div >
600
+ < div class ="ulist ">
601
+ < ul >
602
+ < li >
603
+ < p > git-credential-libsecret (Linux)</ p >
604
+ </ li >
605
+ < li >
606
+ < p > git-credential-osxkeychain (macOS)</ p >
607
+ </ li >
608
+ < li >
609
+ < p > git-credential-wincred (Windows)</ p >
610
+ </ li >
611
+ < li >
612
+ < p > < a href ="https://github.com/git-ecosystem/git-credential-manager "> Git Credential Manager</ a > (cross platform, included in Git for Windows)</ p >
613
+ </ li >
614
+ </ ul >
615
+ </ div >
616
+ < div class ="paragraph ">
596
617
< p > The community maintains a comprehensive list of Git credential helpers at
597
618
< a href ="https://git-scm.com/doc/credential-helpers " class ="bare "> https://git-scm.com/doc/credential-helpers</ a > .</ p >
598
619
</ div >
@@ -605,6 +626,19 @@ <h3 id="_oauth">OAuth</h3>
605
626
host. Subsequent authentication happens in the background. Many popular Git
606
627
hosts support OAuth.</ p >
607
628
</ div >
629
+ < div class ="paragraph ">
630
+ < p > Popular helpers with OAuth support include:</ p >
631
+ </ div >
632
+ < div class ="ulist ">
633
+ < ul >
634
+ < li >
635
+ < p > < a href ="https://github.com/git-ecosystem/git-credential-manager "> Git Credential Manager</ a > (cross platform, included in Git for Windows)</ p >
636
+ </ li >
637
+ < li >
638
+ < p > < a href ="https://github.com/hickford/git-credential-oauth "> git-credential-oauth</ a > (cross platform, included in many Linux distributions)</ p >
639
+ </ li >
640
+ </ ul >
641
+ </ div >
608
642
</ div >
609
643
</ div >
610
644
</ div >
@@ -864,7 +898,7 @@ <h2 id="_git">GIT</h2>
864
898
</ div >
865
899
< div id ="footer ">
866
900
< div id ="footer-text ">
867
- Last updated 2024-12-10 04:07:44 -0800
901
+ Last updated 2025-01-24 09:50:22 -0800
868
902
</ div >
869
903
</ div >
870
904
</ body >
0 commit comments