git-secret/man/man1/git-secret-clean.1.md
Jeppe Fihl-Pearson fae00fac3d
Rename killperson to removeperson (#685)
* Rename the "killperson" command to "removeperson"

"killperson" is unnecessarily hostile so change the command name to
"removeperson".

Fixes #684.

* Re-generate man pages

* Update contribution guide

There's no longer any pre-commit hooks so don't mention them.

* Add alias from `killperson` pointing at `removeperson`

* Update git_secret_removeperson.sh

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
2021-06-16 10:31:58 +03:00

882 B

git-secret-clean - removes all the hidden files.

SYNOPSIS

git secret clean [-v]

DESCRIPTION

git-secret-clean deletes all the encrypted files. Verbose output is enabled with the -v option, in which case the program prints which files are deleted.

OPTIONS

-v  - verbose mode, shows which files are deleted. 
-h  - shows this help.

You can also enable verbosity using the SECRETS_VERBOSE environment variable, as documented at git-secret(7)

MANUAL

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

SEE ALSO

git-secret-whoknows(1), git-secret-add(1), git-secret-remove(1), git-secret-removeperson(1)