mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
589 B
589 B
layout | title | date | categories |
---|---|---|---|
post | git-secret-clean | 2016-02-24 00:26:00 +0300 | command |
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)