Is there an encrypted version control system?

前端 未结 13 1458
暗喜
暗喜 2020-12-13 00:24

I am looking for an encrypted version control system . Basically I would like to

  • Have all files encrypted locally before sending to the ser

相关标签:
13条回答
  • 2020-12-13 00:50

    Have a look at GIT. It supports various hooks that might do the job. See, git encrypt/decrypt remote repository files while push/pull.

    0 讨论(0)
提交回复
热议问题