diff --git a/man/man7/git-secret.7 b/man/man7/git-secret.7 index ea2506b3..1e9b327f 100644 --- a/man/man7/git-secret.7 +++ b/man/man7/git-secret.7 @@ -32,7 +32,7 @@ Now decrypt files with \fBgit secret reveal\fR command\. It will ask you for you .SS "I want to add someone to the repository" . .IP "1." 4 -Get his \fBgpg\fR public\-key\. \fBYou won\'t need their secret key\.\fR +Get their \fBgpg\fR public\-key\. \fBYou won\'t need their secret key\.\fR . .IP "2." 4 Import this key inside your \fBgpg\fR by running \fBgpg \-\-import KEY_NAME\fR diff --git a/man/man7/git-secret.7.ronn b/man/man7/git-secret.7.ronn index e56ae712..97c0665e 100644 --- a/man/man7/git-secret.7.ronn +++ b/man/man7/git-secret.7.ronn @@ -11,7 +11,7 @@ These steps cover the basic process of using `git-secret`: ### I want to add someone to the repository -1. Get his `gpg` public-key. **You won't need their secret key.** +1. Get their `gpg` public-key. **You won't need their secret key.** 2. Import this key inside your `gpg` by running `gpg --import KEY_NAME` 3. Now add this person to the `git-secret` by running `git secret tell persons@email.id` 4. Reencypt the files, now they will be able to decrypt them with their secret key.