You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git-secret/man/man1/git-secret-changes.1.md

1.4 KiB

git-secret-changes - view diff of the hidden files.

SYNOPSIS

git secret changes [-h] [-d dir] [-p password] [pathspec]...

DESCRIPTION

git-secret-changes - shows changes between the current versions of secret files and encrypted versions.

If no filenames are provided, changes to all hidden files will be shown. Alternately, provide any number of hidden files to this command as arguments, and it will show changes for those files.

Note files must be specified by their unencrypted names, without the .secret suffix, (or whatever is specified by the SECRETS_EXTENSION environment variable).

Note also this command can be affected by the SECRETS_PINENTRY environment variable. See (See git-secret(7) for information using SECRETS_PINENTRY.

OPTIONS

-d  - specifies `--homedir` option for the `gpg`. Use this option if you store your keys in a custom location.
-p  - specifies password for noinput mode, adds `--passphrase` option for `gpg`.
-h  - shows help.

MANUAL

Run man git-secret-changes to see this document.

SEE ALSO

git-secret-add(1), git-secret-tell(1), git-secret-hide(1), git-secret-reveal(1), git-secret-cat(1)