mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
29 lines
729 B
Markdown
29 lines
729 B
Markdown
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 - shows which files are deleted.
|
|
-h - shows this help.
|
|
|
|
|
|
## MANUAL
|
|
|
|
Run `man git-secret-clean` to see this note.
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
[git-secret-whoknows(1)](http://git-secret.io/git-secret-whoknows), [git-secret-add(1)](http://git-secret.io/git-secret-add),
|
|
[git-secret-remove(1)](http://git-secret.io/git-secret-remove), [git-secret-killperson(1)](http://git-secret.io/git-secret-killperson)
|