Is Git recommended for large (>250GB) content repositories

后端 未结 7 776
-上瘾入骨i
-上瘾入骨i 2020-12-14 01:30

The web-application is a custom-built CMS which has several sub-applications and each one of them has code and content residing in the same directory structure. Due to the a

7条回答
  •  粉色の甜心
    2020-12-14 02:00

    There's a utility script called git-split that chops up a git repo to make it more efficient.

提交回复
热议问题