From c2a728e9b88b2c8afa86b41273baef6404d80d38 Mon Sep 17 00:00:00 2001 From: M Hickford Date: Fri, 25 Feb 2022 21:22:21 +0000 Subject: [PATCH] Update credstores.md --- docs/credstores.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/credstores.md b/docs/credstores.md index 00d3c0fc5a..14410e23d6 100644 --- a/docs/credstores.md +++ b/docs/credstores.md @@ -232,6 +232,8 @@ On POSIX platforms the newly created store directory will have permissions set such that only the owner can `r`ead/`w`rite/e`x`ecute (`700` or `drwx---`). Permissions on existing directories will not be modified. +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, so they should not interfere. + --- :warning: **WARNING** :warning: