Outils de gestion de versions distribués ou centralisés pour suivre les modifications de code source et gérer les workflows de développement collaboratif.
Sapling is a scalable version control system designed to handle repositories with millions of files and commits, making it suitable for large monorepos. It reads and writes Git repositories natively, maintaining full interoperability with Git remotes and standard workflows, and provides an interactive commit graph for exploring repository history and state. The system uses a bookmark-based branching model that eliminates named branches in favor of lightweight, movable labels for commits. It tracks how each commit was created, amended, rebased, or split through commit-graph-based mutation trac
Sapling is an open-source distributed version control system with a bookmark-based branching model and Git interoperability, fitting the intent for a VCS list, though it does not explicitly provide a built-in GUI client or centralized architecture.