git-cipher icon indicating copy to clipboard operation
git-cipher copied to clipboard

🔐 Tools for storing encrypted content in Git

Results 3 git-cipher issues
Sort by recently updated
recently updated
newest added

``` yarn add git-cipher ``` Will let you run commands like this: ``` yarn run git-cipher init yarn run git-cipher unlock yarn run git-cipher add foo.txt ``` But clean/smudge (etc)...

enhancement

`man git-config` documents setting `core.hooksPath` to `/dev/null` as a way of disabling hooks. With this setting in effect, `git cipher init` will die as follows: ``` [warning] generating new secrets;...

bug