1GIT-SECRET-REMOVE(1) git-secret 0.5.0-alpha2 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 - stops files from being tracked by git-secret.
13
14 This deletes filenames from .gitsecret/paths/mapping.cfg, which stops
15 these files from being tracked by git-secret, and from being encrypted
16 to, or decrypted from, .secret encrypted versions.
17
18 There´s also a -c option to delete existing encrypted versions of the
19 files provided.
20
21 Note unlike add, which automatically add pathnames to .gitignore, re‐
22 move does not delete pathnames from .gitignore.
23
24 (See git-secret(7) https://git-secret.io/git-secret for information
25 about renaming the .gitsecret folder using the SECRETS_DIR environment
26 variable.
27
29 -c - deletes existing real encrypted files.
30 -h - shows help.
31
33 Run man git-secret-remove to see this document.
34
36 git-secret-add(1) https://git-secret.io/git-secret-add, git-se‐
37 cret-clean(1) https://git-secret.io/git-secret-clean, git-secret-re‐
38 moveperson(1) https://git-secret.io/git-secret-removeperson
39
40
41
42sobolevn April 2022 GIT-SECRET-REMOVE(1)