mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-10 13:10:46 +00:00
fae00fac3d
* Rename the "killperson" command to "removeperson" "killperson" is unnecessarily hostile so change the command name to "removeperson". Fixes #684. * Re-generate man pages * Update contribution guide There's no longer any pre-commit hooks so don't mention them. * Add alias from `killperson` pointing at `removeperson` * Update git_secret_removeperson.sh Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
885 B
885 B
git-secret-remove - removes files from index.
SYNOPSIS
git secret remove [-c] <pathspec>...
DESCRIPTION
git-secret-remove
deletes files from .gitsecret/paths/mapping.cfg
,
so they won't be encrypted or decrypted in the future.
There's also a -c option to delete existing encrypted versions of the files provided.
(See git-secret(7) for information about renaming the .gitsecret folder using the SECRETS_DIR environment variable.
OPTIONS
-c - deletes existing real encrypted files.
-h - shows help.
MANUAL
Run man git-secret-remove
to see this note.
SEE ALSO
git-secret-add(1), git-secret-clean(1), git-secret-removeperson(1)