Skip to content

Commit 147f57e

Browse files
authored
respond to an accessibility suggestion
1 parent 7648f31 commit 147f57e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/07-git-tools/sections/credentials.asc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ Git has a few options provided in the box:
1919
The downside of this approach is that your passwords are stored in cleartext in a plain file in your home directory.
2020
* If you're using a Mac, Git comes with an "`osxkeychain`" mode, which caches credentials in the secure keychain that's attached to your system account.
2121
This method stores the credentials on disk, and they never expire, but they're encrypted with the same system that stores HTTPS certificates and Safari auto-fills.
22-
* If you're using Windows, macOS, or Linux, you can install a helper called "`Git Credential Manager.`"
22+
* If you're using Windows, macOS, or Linux, you can install a helper called https://github.com/GitCredentialManager/git-credential-manager["`Git Credential Manager`"].
2323
This uses platform-native data stores to control sensitive information.
24-
It can be found at https://github.com/GitCredentialManager/git-credential-manager[].
2524

2625
You can choose one of these methods by setting a Git configuration value:
2726

0 commit comments

Comments
 (0)