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?