Pro Git, Chapter 10.3 Packfiles, Scott Chacon, Ben Straub, 2014 (Apress) - Explains Git's internal data storage mechanisms, particularly packfiles, illustrating why large binary files lead to repository bloat and performance degradation.
Git Large File Storage (LFS), GitHub, 2023 (GitHub) - Official documentation detailing the design and operation of Git LFS, and how it manages large files outside the core Git repository.
Why DVC?, Iterative.ai, 2023 (Iterative.ai) - Explains the limitations of Git and Git LFS for versioning large datasets and tracking machine learning experiments, advocating for specialized tools like DVC.