git-secret/man/man1/git-secret-remove.1.ronn

30 lines
729 B
Plaintext
Raw Normal View History

2016-02-21 13:26:17 +00:00
git-secret-remove - removes files from index.
=============================================
## SYNOPSIS
git secret remove [-c] <pathspec>...
2016-02-21 13:26:17 +00:00
## DESCRIPTION
2018-04-17 04:06:11 +00:00
`git-secret-remove` deletes files from `.gitsecret/paths/mapping.cfg`,
so they won't be encrypted or decrypted in the future.
There's also a -c option to delete existing encrypted versions of the files provided.
2016-02-21 13:26:17 +00:00
## OPTIONS
-c - deletes existing real encrypted files.
-h - shows help.
## MANUAL
Run `man git-secret-remove` to see this note.
2016-02-21 13:26:17 +00:00
## SEE ALSO
2018-04-17 04:06:11 +00:00
[git-secret-add(1)](http://git-secret.io/git-secret-add), [git-secret-clean(1)](http://git-secret.io/git-secret-clean),
[git-secret-killperson(1)](http://git-secret.io/git-secret-killperson)