We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d130b commit 69e4e5bCopy full SHA for 69e4e5b
book/07-git-tools/sections/credentials.asc
@@ -36,7 +36,7 @@ Here's an example of how you'd configure the ``store'' helper with a custom file
36
37
[source,console]
38
----
39
-$ git config --global credential.helper store --file ~/.my-credentials
+$ git config --global credential.helper 'store --file ~/.my-credentials'
40
41
42
Git even allows you to configure several helpers.
0 commit comments