Replace 'his' with 'their'

pull/129/head
Neil Kimmett 7 years ago
parent dc3b9a4bc6
commit 58c816cd68

@ -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

@ -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.

Loading…
Cancel
Save