GitKraken interoperability with git-crypt

倖福魔咒の 提交于 2020-01-04 02:15:08

问题


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?

来源:https://stackoverflow.com/questions/56156916/gitkraken-interoperability-with-git-crypt

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!