User Tools

Site Tools


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

    1. Distributed version control system (DVCS) that allows developers to work offline and merge their changes.
    2. Popular for its branching model, which is essential in CI/CD workflows.
    1. 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