Version Control
Also called: Source Control, Revision Control
A system that tracks and manages changes to software code and assets over time.
Explore more about Development Workflows
Related terms
A software delivery practice that uses Git repositories as the single source of truth for declarative infrastructure and application configurations, enabling automated deployment, version control, and continuous reconciliation through Git-based workflows.
Continuous IntegrationCIA development practice that frequently merges code changes into a shared repository where automated builds and tests verify software quality.
Continuous DeliveryCDA software delivery practice that automates building, testing, and preparing applications for reliable release to production on demand.
Code ReviewThe practice of examining source code to identify defects, improve quality, ensure maintainability, and verify compliance with coding standards.
Local DevelopmentThe practice of building, testing, and running software on a developer's local machine before deployment to shared environments.