commands.sh

git secret

all

Stores private data inside a Git repository. Written in Bash.

More info →

Examples (8)

Initialize `git-secret` in a local repository

Grant access to the current Git user's email

git secret tell -m

Grant access by email

git secret tell email

Revoke access by email

git secret killperson email

List emails with access to secrets

git secret whoknows

Register a secret file

git secret add path/to/file

Encrypt secrets

Decrypt secret files

git secret reveal
made by @shridhargupta | data from tldr-pages