mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
22 lines
533 B
Markdown
22 lines
533 B
Markdown
git-secret-remove - removes files from index.
|
|
=============================================
|
|
|
|
## SYNOPSIS
|
|
|
|
git secret remove [-c] <pathspec..>
|
|
|
|
|
|
## DESCRIPTION
|
|
`git-secret-remove` deletes files from `.gitsecret/paths/mapping.cfg`, so they won't be encrypted or decrypted in the future. There's also an option to delete existing encrypted versions of the files provided.
|
|
|
|
|
|
## OPTIONS
|
|
|
|
-c - deletes existing real encrypted files.
|
|
-h - shows help.
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
git-secret-add(1), git-secret-reveal(1), git-secret-hide(1)
|