mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
22 lines
487 B
Markdown
22 lines
487 B
Markdown
git-secret-clean - removes all the hidden files.
|
|
================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
git secret clean [-v]
|
|
|
|
|
|
## DESCRIPTION
|
|
`git-secret-clean` deletes all the encrypted files. This command can produce a verbose output, printing which files are deleted.
|
|
|
|
|
|
## OPTIONS
|
|
|
|
-v - shows which files are deleted.
|
|
-h - shows this help.
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
git-secret-whoknows(1), git-secret-add(1), git-secret-remove(1), git-secret-hide(1), git-secret-reveal(1)
|