1GIT-SECRET-CHANGES(1) git-secret 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
20 -d - specifies `--homedir` option for the `gpg`. Use this option if your store your keys in a custom location.
21 -p - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
22 -h - shows help.
23
25 Run man git-secret-changes to see this note.
26
28 git-secret-add(1) http://git-secret.io/git-secret-add,
29 git-secret-tell(1) http://git-secret.io/git-secret-tell,
30 git-secret-hide(1) http://git-secret.io/git-secret-hide,
31 git-secret-reveal(1) http://git-secret.io/git-secret-reveal,
32 git-secret-cat(1) http://git-secret.io/git-secret-cat
33
34
35
36sobolevn February 2019 GIT-SECRET-CHANGES(1)