mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
19941f91f4
* Adds release-ci script to test installation * Fixes CI * Fixes CI * Renames some variables to follow the same SECRETS_ convention
1.5 KiB
1.5 KiB
layout | title | date | permalink | categories |
---|---|---|---|---|
post | git-secret-changes | 2021-05-05 15:37:26 +0300 | git-secret-changes | command |
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 version of hidden files and the ones already committed.
You can provide any number of hidden files to this command as arguments, and it will show changes for these files only.
Note that files must be specified by their encrypted names, typically filename.yml.secret
.
If no arguments are provided, information about all hidden files will be shown.
Note also that 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 your 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 note.
SEE ALSO
git-secret-add(1), git-secret-tell(1), git-secret-hide(1), git-secret-reveal(1), git-secret-cat(1)