1GIT-SECRET-REMOVE(1) git-secret 0.3.2 GIT-SECRET-REMOVE(1)
2
3
4
6 git-secret-remove - removes files from index.
7
9 git secret remove [-c] <pathspec>...
10
12 git-secret-remove deletes files from .gitsecret/paths/mapping.cfg, so
13 they won´t be encrypted or decrypted in the future. There´s also a -c
14 option to delete existing encrypted versions of the files provided.
15
16 (See git-secret(7) http://git-secret.io/git-secret for information
17 about renaming the .gitsecret folder using the SECRETS_DIR environment
18 variable.
19
21 -c - deletes existing real encrypted files.
22 -h - shows help.
23
25 Run man git-secret-remove to see this note.
26
28 git-secret-add(1) http://git-secret.io/git-secret-add,
29 git-secret-clean(1) http://git-secret.io/git-secret-clean,
30 git-secret-killperson(1) http://git-secret.io/git-secret-killperson
31
32
33
34sobolevn September 2019 GIT-SECRET-REMOVE(1)