Home › In commercial game studios using Perforce, the S…
In commercial game studios using Perforce, the STREAMS feature serves a role similar to which Git concept?
AStash holding uncommitted changes only
BTags marking immutable release points
CSubmodules pointing at other repos
DBranches with inheritance + flow rules
Answer & Solution
Correct answer: D. Branches with inheritance + flow rules
Perforce Streams docs: parent-child + virtual flow (copy/merge up/down) mirrors branching but with explicit policies on what can move where.
Related questions
Per 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?Per Perforce Helix docs, EXCLUSIVE checkout (file locking) is commonly used in game studio