mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
Merge branch 'master' of github.com:sobolevn/git-secret
This commit is contained in:
commit
940f710244
@ -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