Skip to content

Commit a2c4b85

Browse files
committed
Add review suggestions
1 parent e727f49 commit a2c4b85

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[Git Credential Manager][gcm] (GCM) is a secure Git credential helper built on [.NET][dotnet] that runs on Windows, macOS, and Linux.
88

9-
Compared to Git's [built-in credential helpers][git-tools-credential-storage] (Windows: wincred, macOS: osxkeychain, Linux: gnome-keyring/libsecret) which provides single-factor authentication support working on any HTTP-enabled Git repository, GCM provides multi-factor authentication support for [Azure DevOps][azure-devops], Azure DevOps Server (formerly Team Foundation Server), GitHub, and Bitbucket, and GitLab.
9+
Compared to Git's [built-in credential helpers][git-tools-credential-storage] (Windows: wincred, macOS: osxkeychain, Linux: gnome-keyring/libsecret) which provides single-factor authentication support working on any HTTP-enabled Git repository, GCM provides multi-factor authentication support for [Azure DevOps][azure-devops], Azure DevOps Server (formerly Team Foundation Server), GitHub, Bitbucket, and GitLab.
1010

1111
Git Credential Manager (GCM) replaces the .NET Framework-based [Git Credential Manager for Windows][gcm-for-windows] (GCM), and the Java-based [Git Credential Manager for Mac and Linux][gcm-for-mac-and-linux] (Java GCM), providing a consistent authentication experience across all platforms.
1212

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Value|Description
439439
git config --global credential.msauthUseBroker true
440440
```
441441

442-
**Also see: [GCM_MSAUTH_USEBROKER][gsm-msauth-usebroker]**
442+
**Also see: [GCM_MSAUTH_USEBROKER][gcm-msauth-usebroker]**
443443

444444
---
445445

@@ -557,7 +557,7 @@ git config --global credential.azreposCredentialType oauth
557557
[gcm-http-proxy]: environment.md#GCM_HTTP_PROXY-deprecated
558558
[gcm-interactive]: environment.md#GCM_INTERACTIVE
559559
[gcm-msauth-flow]: environment.md#GCM_MSAUTH_FLOW
560-
[gsm-msauth-usebroker]: environment.md#GCM_MSAUTH_USEBROKER-experimental
560+
[gcm-msauth-usebroker]: environment.md#GCM_MSAUTH_USEBROKER-experimental
561561
[gcm-namespace]: environment.md#GCM_NAMESPACE
562562
[gcm-plaintext-store-path]: environment.md#GCM_PLAINTEXT_STORE_PATH
563563
[gcm-provider]: environment.md#GCM_PROVIDER

docs/hostprovider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ provider with the application via the host provider registry.
4848
Host providers MUST implement the `IHostProvider` interface. They can choose to
4949
directly implement the interface they MAY derive from the `HostProvider`
5050
abstract class (which itself implements the `IHostProvider` interface) - see
51-
[§2.6][hostprovider-base-class].
51+
[2.6][hostprovider-base-class].
5252

5353
Implementors MUST implement all interface properties and abstract methods.
5454

0 commit comments

Comments
 (0)