Merge pull request #222 from joshrabinowitz/clarify-add-docs

Clarify that 'git-secret-add' doesn't alter .gitignore by default
pull/223/merge
Josh Rabinowitz 6 years ago committed by GitHub
commit 79a1c45aeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -23,8 +23,8 @@ function usage {
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 "See 'git secret [command] -h' for more info about commands and their options"
echo " add [filename.txt] - adds file to be hidden, optionally adds 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"
echo " clean - deletes encrypted files"

Loading…
Cancel
Save