What are the file limits in Git (number and size)?

前端 未结 10 1034
梦毁少年i
梦毁少年i 2020-11-22 09:31

Does anyone know what are the Git limits for number of files and size of files?

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 09:59

    It depends on what your meaning is. There are practical size limits (if you have a lot of big files, it can get boringly slow). If you have a lot of files, scans can also get slow.

    There aren't really inherent limits to the model, though. You can certainly use it poorly and be miserable.

提交回复
热议问题