Efficient storage of binary files in a git repository

前端 未结 5 2166
傲寒
傲寒 2021-02-14 15:13

I would like to have a git repository that consists mainly of binary files.

I need to keep track of the changed, added and removed files to the repository, but I don\'t

5条回答
  •  眼角桃花
    2021-02-14 15:36

    Mined from @Tobu's answer to this related question:

    To version and propagate binary files without actually storing them in git, try git-annex.

提交回复
热议问题