Managing large binary files with Git

后端 未结 12 1081
不思量自难忘°
不思量自难忘° 2020-11-22 05:47

I am looking for opinions of how to handle large binary files on which my source code (web application) is dependent. We are currently discussing several alternatives:

12条回答
  •  眼角桃花
    2020-11-22 06:32

    Another solution, since April 2015 is Git Large File Storage (LFS) (by GitHub).

    It uses git-lfs (see git-lfs.github.com) and tested with a server supporting it: lfs-test-server:
    You can store metadata only in the git repo, and the large file elsewhere.

    https://cloud.githubusercontent.com/assets/1319791/7051226/c4570828-ddf4-11e4-87eb-8fc165e5ece4.gif

提交回复
热议问题