AGWA / git-crypt

Transparent file encryption in git
https://www.agwa.name/projects/git-crypt/
GNU General Public License v3.0
8.11k stars 472 forks source link

So what exactly does "git-crypt init" do? #187

Closed j3pic closed 3 years ago

satterly commented 4 years ago

It generates a default key and places it here ...

.
├── .git
│   ├── git-crypt
│   │   └── keys
│   │       └── default

It also updates the git config by adding some filters...

[filter "git-crypt"]
        smudge = \"git-crypt\" smudge
        clean = \"git-crypt\" clean
        required = true
[diff "git-crypt"]
        textconv = \"git-crypt\" diff