1GIT-SECRET-CLEAN(1) git-secret GIT-SECRET-CLEAN(1)
2
3
4
6 git-secret-clean - removes all the hidden files.
7
9 git secret clean [-v]
10
12 git-secret-clean deletes all the encrypted files. Verbose output is
13 enabled with the -v option, in which case the program prints which
14 files are deleted.
15
17 -v - verbose mode, shows which files are deleted.
18 -h - shows this help.
19
20 You can also enable verbosity using the SECRETS_VERBOSE environment
21 variable, as documented at git-secret(7) http://git-secret.io/
22
24 Run man git-secret-clean to see this note.
25
27 git-secret-whoknows(1) http://git-secret.io/git-secret-whoknows,
28 git-secret-add(1) http://git-secret.io/git-secret-add,
29 git-secret-remove(1) http://git-secret.io/git-secret-remove,
30 git-secret-killperson(1) http://git-secret.io/git-secret-killperson
31
32
33
34sobolevn March 2019 GIT-SECRET-CLEAN(1)