From dd6881a0b5112c66c9b340b65d26d55d6ee12149 Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Wed, 16 Oct 2019 10:12:23 +0200 Subject: [PATCH] Add add-gpg-user --trusted documentation to the READMEs --- README | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README b/README index 232947f..2dcc9eb 100644 --- a/README +++ b/README @@ -42,6 +42,10 @@ Share the repository with others (or with yourself) using GPG: $ git-crypt add-gpg-user USER_ID +If its a collaborator key you might need to trust the key: + + $ git-crypt add-gpg-user --trusted USER_ID + USER_ID can be a key ID, a full fingerprint, an email address, or anything else that uniquely identifies a public key to GPG (see "HOW TO SPECIFY A USER ID" in the gpg man page). Note: `git-crypt add-gpg-user` will diff --git a/README.md b/README.md index d24517a..65a81b7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,10 @@ Share the repository with others (or with yourself) using GPG: git-crypt add-gpg-user USER_ID +If its a collaborator key you might need to trust the key: + + git-crypt add-gpg-user --trusted USER_ID + `USER_ID` can be a key ID, a full fingerprint, an email address, or anything else that uniquely identifies a public key to GPG (see "HOW TO SPECIFY A USER ID" in the gpg man page). Note: `git-crypt add-gpg-user`