1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Fix indentation

This commit is contained in:
Laura Coursen
2021-05-27 14:35:57 -05:00
committed by GitHub
parent b901801e35
commit aa03953baa

View File

@@ -94,7 +94,8 @@ Turn on the credential helper so that Git will save your password in memory for
$ git config --global credential.helper 'cache --timeout=3600'
# Set the cache to timeout after 1 hour (setting is in seconds)
```
For more options for storing your credentials on Linux, see [Section 7.14 Git Tools - Credential Storage](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage) in Git Pro by Scott Chacon and Ben Straub.
For more options for storing your credentials on Linux, see [Credential Storage](https://git-scm.com/book/en/v2/Git-Tools-Credential-Storage) in Pro Git.
{% endlinux %}