Home › Per the Pro Git book (git-scm.com), GIT LFS (Lar…
Per the Pro Git book (git-scm.com), GIT LFS (Large File Storage) is most commonly used in game projects for which kind of file?
APlain-text source code files only
BJSON config files of small size only
CMarkdown documentation files only
DLarge binary assets (textures, models, audio)
Answer & Solution
Correct answer: D. Large binary assets (textures, models, audio)
Pro Git Ch. + git-lfs.com: LFS replaces large binaries with text pointers in git history; actual blobs stored separately. Keeps clone fast for asset-heavy repos.
Related questions
In commercial game studios using Perforce, the STREAMS feature serves a role similar to whPer Pro Git + Git LFS docs, when migrating an existing repo with large binaries to LFS, thIn modern game CI, an ARTEFACT CACHE (Bazel / SCons / Unreal DDC) accelerates rebuilds by Per Git docs, REBASE vs MERGE for integrating feature branches differs in which property oIn a deterministic build pipeline, BUILDS for the same git commit should produce which proPer Unity Asset Bundle docs (and Unreal Pak files), splitting assets into smaller packagesIn a typical game build pipeline (e.g. Unity Cloud Build, Jenkins), CI is used primarily tPer Pro Git on workflows, the GIT-FLOW model uses long-lived branches for which purposes?