Skip to content

Commit 34f978b

Browse files
committed
plain-text standardized
1 parent 94222b6 commit 34f978b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $ git config --global credential.helper cache
3131
----
3232

3333
Some of these helpers have options.
34-
The ``store'' helper can take a `--file <path>` argument, which customizes where the plaintext file is saved (the default is `~/.git-credentials`).
34+
The ``store'' helper can take a `--file <path>` argument, which customizes where the plain-text file is saved (the default is `~/.git-credentials`).
3535
The ``cache'' helper accepts the `--timeout <seconds>` option, which changes the amount of time its daemon is kept running (the default is ``900'', or 15 minutes).
3636
Here's an example of how you'd configure the ``store'' helper with a custom file name:
3737

0 commit comments

Comments
 (0)