devops:ci_cd:tools:version_control
Version Control Systems (VCS)
A key component in any CI/CD pipeline is version control, which allows multiple developers to collaborate on code while ensuring traceability and rollback options.
Subnamespaces
-
- Distributed version control system (DVCS) that allows developers to work offline and merge their changes.
- Popular for its branching model, which is essential in CI/CD workflows.
-
- Centralized version control system. Though less popular than Git today, it's still in use in some organizations with legacy codebases.
devops/ci_cd/tools/version_control.txt · Last modified: 2025/02/07 12:23 by jmbargallo
