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 4c4f395 commit 0d536c4Copy full SHA for 0d536c4
docs/credstores.md
@@ -17,7 +17,11 @@ GCM comes without a default store on Linux distributions.
17
18
You can select which credential store to use by setting the [`GCM_CREDENTIAL_STORE`](environment.md#GCM_CREDENTIAL_STORE)
19
environment variable, or the [`credential.credentialStore`](configuration.md#credentialcredentialstore)
20
-Git configuration setting.
+Git configuration setting. For example:
21
+
22
+```shell
23
+git config --global credential.credentialStore gpg
24
+```
25
26
Some credential stores have limitations, or further configuration required
27
depending on your particular setup. See more detailed information below for each
0 commit comments