Skip to content

Commit 5ffc265

Browse files
authored
split line 23 into two
1 parent de876cc commit 5ffc265

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Git has a few options provided in the box:
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.
2222
* If you're using Windows, you can enable the *Git Credential Manager* feature when installing https://gitforwindows.org/[Git for Windows] or separately install https://github.com/GitCredentialManager/git-credential-manager/releases/latest[the latest GCM] as a standalone service.
23-
This is similar to the "`osxkeychain`" helper described above, but uses the Windows Credential Store to control sensitive information. It can also serve credentials to WSL1 or WSL2. See https://github.com/GitCredentialManager/git-credential-manager#windows[GCM Install Instructions] for more information.
23+
This is similar to the "`osxkeychain`" helper described above, but uses the Windows Credential Store to control sensitive information.
24+
It can also serve credentials to WSL1 or WSL2. See https://github.com/GitCredentialManager/git-credential-manager#windows[GCM Install Instructions] for more information.
2425

2526
You can choose one of these methods by setting a Git configuration value:
2627

0 commit comments

Comments
 (0)