commands.sh

yadm git-crypt

all

Git Crypt enables transparent encryption and decryption of files in a git repository.

More info →

Examples (4)

Initialize repo to use Git Crypt

Share the repository using GPG

yadm git-crypt add-gpg-user user_id

After cloning a repository with encrypted files, unlock them

Export a symmetric secret key

yadm git-crypt export-key path/to/key_file
made by @shridhargupta | data from tldr-pages