mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
19941f91f4
* Adds release-ci script to test installation * Fixes CI * Fixes CI * Renames some variables to follow the same SECRETS_ convention
1008 B
1008 B
layout | title | date | permalink | categories |
---|---|---|---|---|
post | git-secret-clean | 2021-05-05 15:37:26 +0300 | git-secret-clean | command |
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-killperson(1)