Skip to content

Commit f90386c

Browse files
authored
Merge pull request #626 from hickford/patch-2
Clarify that plaintext store is distinct from git-credential-store
2 parents 6b347f4 + 167201c commit f90386c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/credstores.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ On POSIX platforms the newly created store directory will have permissions set
232232
such that only the owner can `r`ead/`w`rite/e`x`ecute (`700` or `drwx---`).
233233
Permissions on existing directories will not be modified.
234234

235+
NB. GCM's plaintext store is distinct from [git-credential-store](https://git-scm.com/docs/git-credential-store), though the formats are similar. The default paths differ.
236+
235237
---
236238

237239
:warning: **WARNING** :warning:

0 commit comments

Comments
 (0)