mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
21 lines
526 B
Plaintext
21 lines
526 B
Plaintext
|
git-secret-killperson - deletes key identified by an email from the inner keyring.
|
||
|
==================================================================================
|
||
|
|
||
|
## SYNOPSIS
|
||
|
|
||
|
git secret killperson [email]
|
||
|
|
||
|
|
||
|
## DESCRIPTION
|
||
|
`git-secret-killperson` makes it impossible for given user to decrypt the hidden file in the future. It is required to run `git-secret-hide` once again with the updated keyring.
|
||
|
|
||
|
|
||
|
## OPTIONS
|
||
|
|
||
|
-h - shows this help.
|
||
|
|
||
|
|
||
|
## SEE ALSO
|
||
|
|
||
|
git-secret-tell(1), git-secret-hide(1), git-secret-reveal(1)
|