1GIT-SECRET-CHANGES(1) git-secret 0.4.0 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, in‐
17 formation about all hidden files will be shown.
18
19 Note also that this command can be affected by the SECRETS_PINENTRY en‐
20 vironment variable. See (See git-secret(7) http://git-secret.io/git-se‐
21 cret 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, git-se‐
33 cret-tell(1) http://git-secret.io/git-secret-tell, git-secret-hide(1)
34 http://git-secret.io/git-secret-hide, git-secret-reveal(1)
35 http://git-secret.io/git-secret-reveal, git-secret-cat(1)
36 http://git-secret.io/git-secret-cat
37
38
39
40sobolevn May 2021 GIT-SECRET-CHANGES(1)