git encrypt/decrypt remote repository files while push/pull

后端 未结 5 431
梦如初夏
梦如初夏 2020-11-28 04:58

Is it possible to automatically encrypt files via \'git push\' before transferring to a remote repository? And automatically decode them while \'git pull\'.

I.e, if

5条回答
  •  感情败类
    2020-11-28 05:29

    You can take a look at this project: https://github.com/shadowhand/git-encrypt

    UPDATE: This above project is deprecated and recommends using https://github.com/AGWA/git-crypt

提交回复
热议问题