transcrypt

Configure transparent encryption of files in a Git repository

brewmacoslinux
Try with needOr install directly
Source

About

Configure transparent encryption of files in a Git repo

Commands

transcrypt

Examples

Initialize transcrypt in a repository with a password$ transcrypt --setup
Add a file pattern to be encrypted (e.g., .env files)$ echo '.env filter=crypt diff=crypt' >> .gitattributes
Display the current transcrypt configuration$ transcrypt --display-config