Git-Secret
- git-secret-add(1) starts to track added files.
- git-secret-cat(1) decrypts files passed on command line to stdout.
- git-secret-changes(1) view diff of the hidden files.
- git-secret-clean(1) removes all the hidden files.
- git-secret-hide(1) encrypts all added files with repo keyring.
- git-secret-init(1) initializes git-secret repository.
- git-secret-list(1) prints all the added files.
- git-secret-remove(1) removes files from index.
- git-secret-removeperson(1) removes user's public key from repo keyring.
- git-secret-reveal(1) decrypts all added files.
- git-secret-tell(1) adds person who can access private data.
- git-secret-usage(1) prints all the available commands.
- git-secret-whoknows(1) print email for each key in the keyring.
- git-secret(7) bash tool to store private data inside a git repo.