How to make sure my git repo code is safe?

前端 未结 7 1617
余生分开走
余生分开走 2021-01-02 19:17

If our organisation were to switch from a central-server VCS like subversion to a distributed VCS like git, how do I make sure that all my code is safe from hardware failure

7条回答
  •  暖寄归人
    2021-01-02 19:28

    It's not uncommon to use a "central" server as an authority in DVCS, which also provides you the place to do your backups.

提交回复
热议问题