FreeBSD Manual Pages
GIT-SECRET-CHANGES(1) git-secret GIT-SECRET-CHANGES(1) NAME 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 hid- den 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, in- formation about all hidden files will be shown. 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) http://git-secret.io/git-secret-add, git-se- cret-tell(1) http://git-secret.io/git-secret-tell, git-secret-hide(1) http://git-secret.io/git-secret-hide, git-secret-reveal(1) http://git-secret.io/git-secret-reveal, git-secret-cat(1) http://git-secret.io/git-secret-cat sobolevn August 2018 GIT-SECRET-CHANGES(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | MANUAL | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=git-secret-changes&sektion=1&manpath=FreeBSD+12.2-RELEASE+and+Ports>