Skip to content

Commit 0d536c4

Browse files
authored
docs: include example cmd to set cred stores
Update the credential stores document to include an example command.
1 parent 4c4f395 commit 0d536c4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/credstores.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ GCM comes without a default store on Linux distributions.
1717

1818
You can select which credential store to use by setting the [`GCM_CREDENTIAL_STORE`](environment.md#GCM_CREDENTIAL_STORE)
1919
environment variable, or the [`credential.credentialStore`](configuration.md#credentialcredentialstore)
20-
Git configuration setting.
20+
Git configuration setting. For example:
21+
22+
```shell
23+
git config --global credential.credentialStore gpg
24+
```
2125

2226
Some credential stores have limitations, or further configuration required
2327
depending on your particular setup. See more detailed information below for each

0 commit comments

Comments
 (0)