1.0.2 • Published 9 years ago
git-gpg v1.0.2
git-gpg
A tool to help you hide secrets in git
Install
npm install -g git-gpgUsage
Explore commands
This command will list all available commands
$ git gpgTutorial
Initialize repo
git gpg init # or
git gpg init custom-secrets-dirAdd trustees
In this example, a trusted key can be anything that un-ambigously identifies a public key in your possession.
git gpg add-person a-trusted-keyList trustees
git gpg who-knowsHide files
git gpg hideClean raw secret files
git gpg cleanReveal hidden files
git gpg revealConfigurations
Override encrypt format
By default, the encrypt format is ascii but can be configured to be binary
git gpg config encrypt.format binary