2020-12-15 15:49:51 +00:00
|
|
|
---
|
|
|
|
layout: post
|
|
|
|
title: 'git-secret-clean'
|
2021-05-05 12:59:28 +00:00
|
|
|
date: 2021-05-05 15:37:26 +0300
|
2020-12-15 15:49:51 +00:00
|
|
|
permalink: git-secret-clean
|
|
|
|
categories: 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)](http://git-secret.io/)
|
|
|
|
|
|
|
|
## 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)
|