Merge branch 'master' into add-tracked-file-126

pull/156/head
Josh Rabinowitz 7 years ago committed by GitHub
commit 52bbc20162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,8 +21,9 @@ function usage {
# https://github.com/sobolevn/git-secret/issues/47
local commands="add|cat|changes|clean|hide|init|killperson|list|remove|reveal|tell|usage|whoknows"
echo "usage: git secret [$commands]"
echo "See 'git secret [command] -h' for information on each one"
echo "usage: git secret [--version] [$commands]"
echo " 'git secret --version' will show version and exit"
echo "See 'git secret [command] -h' for more information on each command below"
echo " add [filename.txt] - adds file to be hidden. Also add this file to .gitignore"
echo " cat [filename.txt] - cats the decrypted contents of the named file to stdout"
echo " changes [filename.secret] - indicates if the file has changed since checkin"

Loading…
Cancel
Save