git-secret/docs/_posts/2020-09-20-git-secret-killperson.md
Josh Smailes eafd3fc531
Issue548 gh pages in master (#616)
* Migrate docs to master branch, add action to deploy to pages branch on push

* Update docs, build pipeline to reflect new method of updating gh-pages

* Removed make build-gh-pages from post-commit hook

Co-authored-by: Josh Rabinowitz <joshr@joshr.com>
2020-12-15 18:49:51 +03:00

957 B

layout title date permalink categories
post git-secret-killperson 2020-09-20 15:12:56 -0400 git-secret-killperson command

git-secret-killperson - deletes key identified by an email from the inner keyring.

SYNOPSIS

git secret killperson <emails>...

DESCRIPTION

This command removes the keys associated with the selected email addresses from the keyring. If you remove a keypair's access with git-secret-killperson, and run git-secret-reveal and git-secret-hide -r, it will be impossible for given users to decrypt the hidden files.

OPTIONS

-h  - shows this help.

MANUAL

Run man git-secret-killperson to see this note.

SEE ALSO

git-secret-tell(1), git-secret-remove(1), git-secret-clean(1)