GitKraken interoperability with git-crypt

415 views Asked by At

git-crypt works wonderfully when using git CLI. I have set everything up appropriately for git-crypt (.gitattributes). After creating/editing a file I want encrypted I perform:

git add .

The files have been staged and now I perform:

git commit -m "Commit encrypted file"
git push

But when I use GitKraken and stage a file it does not seem to duplicate the git add . CLI.

Has anyone successfully used GitKraken and git-crypt?

1

There are 1 answers

2
ebini On

Gitkraken doesn't support git-cyrpt yet (doesn't use the .gitattributes file) Gitkraken has an existing feature request to add support for git-crypt that's currently under review. Perhaps also write to gitkraken to get a "+1" vote on the feature request.