1GIT-SECRET-CHANGES(1) git-secret 0.5.0-alpha2 GIT-SECRET-CHANGES(1)
2
3
4
6 git-secret-changes - view diff of the hidden files.
7
9 git secret changes [-h] [-d dir] [-p password] [pathspec]...
10
12 git-secret-changes - shows changes between the current versions of se‐
13 cret files and encrypted versions.
14
15 If no filenames are provided, changes to all hidden files will be
16 shown. Alternately, provide any number of hidden files to this command
17 as arguments, and it will show changes for those files.
18
19 Note files must be specified by their unencrypted names, without the
20 .secret suffix, (or whatever is specified by the SECRETS_EXTENSION en‐
21 vironment variable).
22
23 Note also this command can be affected by the SECRETS_PINENTRY environ‐
24 ment variable. See (See git-secret(7) https://git-secret.io/git-secret
25 for information using SECRETS_PINENTRY.
26
28 -d - specifies `--homedir` option for the `gpg`. Use this option if your store your keys in a custom location.
29 -p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
30 -h - shows help.
31
33 Run man git-secret-changes to see this document.
34
36 git-secret-add(1) https://git-secret.io/git-secret-add, git-se‐
37 cret-tell(1) https://git-secret.io/git-secret-tell, git-secret-hide(1)
38 https://git-secret.io/git-secret-hide, git-secret-reveal(1)
39 https://git-secret.io/git-secret-reveal, git-secret-cat(1)
40 https://git-secret.io/git-secret-cat
41
42
43
44sobolevn April 2022 GIT-SECRET-CHANGES(1)