Game Dev Version Control Overview
VERSION CONTROL: Git LFS vs Perforce vs SVN From my post on the Unreal Engine Forum here
DEFINITIONS
Version Control Systems (VCS) - At the most fundamental level we have Git vs Perforce(P4) Helix vs Subversion (SVN). These are known as VCS and are frameworks that you can implement locally or in a cloud-based server using a GUI or command prompt. The big difference being that Git is open-source and distributed (DVCS). It clones the full repository locally onto each user's m