When should pdf files be tracked in a Git repository and when not

前端 未结 3 1061
轻奢々
轻奢々 2021-01-04 02:07

I am developing a LateX package (http://www.openlilylib.org/lilyglyphs) which contains a number of small PDF files. Currently there are only a few dozens of them but as the

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-04 02:59

    The question is: do you want to use git for source code management/tracking/syncing exclusively or do you want to use it for distribution as well? For smallish projects it simplifies things to do it that way, for big projects it bloats the repo.

提交回复
热议问题