Git

Tool

A distributed version control system used to track changes in code and production files.

Description

Git is a version control system used to track changes, branch work, merge contributions, and preserve project history. In immersive media it is especially useful for code, configuration, documentation, scripts, tools, and other text-based project assets.

Best Used For

Version control for code and text — the default for software collaboration. Large binaries need LFS or another system; media-heavy projects often pair it with Perforce.

Related entries