Is there an encrypted version control system?

前端 未结 13 1495
暗喜
暗喜 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:30

    Why not set up your repo (subversion, mercurial, whatever) on an encrypted filesystem, and use ssh only to connect?

提交回复
热议问题