1GIT-SECRET-CHANGES(1) git-secret 0.3.2 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 version of hid‐
13 den files and the ones already committed. You can provide any number of
14 hidden files to this command as arguments, and it will show changes for
15 these files only. Note that files must be specified by their encrypted
16 names, typically filename.yml.secret. If no arguments are provided,
17 information about all hidden files will be shown.
18
19 Note also that this command can be affected by the SECRETS_PINENTRY
20 environment variable. See (See git-secret(7)
21 http://git-secret.io/git-secret for information using SECRETS_PINENTRY.
22
24 -d - specifies `--homedir` option for the `gpg`. Use this option if your store your keys in a custom location.
25 -p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
26 -h - shows help.
27
29 Run man git-secret-changes to see this note.
30
32 git-secret-add(1) http://git-secret.io/git-secret-add,
33 git-secret-tell(1) http://git-secret.io/git-secret-tell,
34 git-secret-hide(1) http://git-secret.io/git-secret-hide,
35 git-secret-reveal(1) http://git-secret.io/git-secret-reveal,
36 git-secret-cat(1) http://git-secret.io/git-secret-cat
37
38
39
40sobolevn September 2019 GIT-SECRET-CHANGES(1)