mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
parent
8345e526cd
commit
eda12f20f9
@ -42,10 +42,8 @@ And you're done!
|
||||
### Usage: Adding someone to a repository using git-secret
|
||||
|
||||
1. [Get their `gpg` public-key](#using-gpg). **You won't need their secret key.**
|
||||
They can export their public key for you using a command like:
|
||||
|
||||
> gpg --armor --export their@email.com > public_key.txt
|
||||
> # armor here makes it ascii
|
||||
They can export their public key for you using a command like:
|
||||
`gpg --armor --export their@email.com > public_key.txt # --armor here makes it ascii`
|
||||
|
||||
2. Import this key into your `gpg` keyring (in `~/.gnupg` or similar) by running `gpg --import public_key.txt`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user