Skip to content

Commit c31fe54

Browse files
authored
Merge pull request #45 from hickford/gcm
add Git Credential Manager to features
2 parents a3acaee + f59b544 commit c31fe54

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

img/gw4.png

39.4 KB
Loading

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ <h3 id="git-gui" >Git GUI</h3>
5454
<p>As Windows users commonly expect graphical user interfaces, Git for Windows also provides the Git GUI, a powerful alternative to Git BASH, offering a graphical version of just about every Git command line function, as well as comprehensive visual diff tools.</p>
5555
<h3 id="explorer" >Shell Integration</h3>
5656
<p>Simply right-click on a folder in Windows Explorer to access the BASH or GUI.</p>
57+
<h3 id="git-credential-manager" >Git Credential Manager</h3>
58+
<p><a href="https://github.com/git-ecosystem/git-credential-manager">Git Credential Manager</a> provides secure credential storage with authentication to GitHub, Azure Repos, and other popular Git hosting services.</p>
5759
</div>
5860
</div>
5961
<div class="vcentercontainer detailsimg">
@@ -67,6 +69,9 @@ <h3 id="explorer" >Shell Integration</h3>
6769
<a class="fancybox-thumb" data-fancybox-group="gallery" href="img/gw3.png" title="Gitk: Exploring Commits">
6870
<img src="img/gw3web_thumb.png" alt="Gitk: Exploring Commits">
6971
</a>
72+
<a class="fancybox-thumb" data-fancybox-group="gallery" href="img/gw4.png" title="Git Credential Manager: OAuth authentication">
73+
<img src="img/gw4.png" alt="Git Credential Manager: OAuth authentication">
74+
</a>
7075
</div>
7176
</div>
7277
</div>

0 commit comments

Comments
 (0)