Skip to content

Git

A free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Every Git clone is a full-fledged repository with complete history and full version-tracking capabilities, independent of network access or a central server.

Impact

Git is the standard mechanism for source code management. It enables non-linear development (branching/merging), ensures history integrity, and supports Continuous Integration and Continuous Delivery (CI/CD) pipelines.

Weinto take

Git is the source of truth for our engineering state. We subscribe to GitOps principles: if it isn't in Git, it doesn't exist in production. This practice guarantees traceability and auditability.