awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Créer son propre système de contrôle de version

Classement mis à jour le 30 juin 2026

For projet pour apprendre Git en le réimplémentant, the strongest matches are git/git (This is the actual Git source code, not a), libgit2/libgit2 (libgit2 is a portable C library that lets applications) and attic-labs/noms (Noms is a full distributed version control database and). go-git/go-git and progit/progit2 round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Projets pédagogiques et guides pour implémenter les fonctionnalités fondamentales d'un système de contrôle de version.

Créer son propre système de contrôle de version

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • git/gitAvatar de git

    git/git

    61,518Voir sur GitHub↗

    Git is a distributed version control system and command-line tool designed for tracking changes in source code and coordinating collaborative software development. It functions as a content-addressable storage platform where project data is maintained as immutable objects indexed by cryptographic hashes, ensuring data integrity and efficient deduplication. The system organizes project history as a directed acyclic graph, where each commit serves as a snapshot linked to its parent to create a verifiable timeline of modifications. The architecture distinguishes itself through an index-based sta

    This is the actual Git source code, not a tutorial or project-based guide for building a simplified version control system from scratch; it lacks the step-by-step instruction and incremental implementation the visitor wants.

    CCommand Line InterfacesContent-Addressable StorageContent-Addressable Stores
    Voir sur GitHub↗61,518
  • libgit2/libgit2Avatar de libgit2

    libgit2/libgit2

    10,485Voir sur GitHub↗

    libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a

    libgit2 is a portable C library that lets applications interact with Git repositories programmatically — it provides a ready-made implementation of Git internals, not a step-by-step project that teaches you how to build your own version control system from scratch.

    CContent-Addressable StorageGit Object Backends
    Voir sur GitHub↗10,485
  • attic-labs/nomsAvatar de attic-labs

    attic-labs/noms

    7,422Voir sur GitHub↗

    Noms is a distributed version control database and content-addressable data store. It identifies data by cryptographic hashes to ensure integrity and deduplication, while tracking dataset state changes through a sequence of immutable commits to enable branching, forking, and historical recovery. The system functions as a peer-to-peer data synchronizer, reconciling state between disconnected database instances to ensure all nodes converge on the same data. It distinguishes itself as a schema-flexible document store that supports self-describing types, allowing schemas to evolve and widen as ne

    Noms is a full distributed version control database and content-addressable data store, but it is a production-level system rather than a step-by-step tutorial or guided project for learning Git internals by building a simplified VCS from scratch.

    GoContent-Addressable StorageContent-Addressable Stores
    Voir sur GitHub↗7,422
  • go-git/go-gitAvatar de go-git

    go-git/go-git

    7,211Voir sur GitHub↗

    This project is a pure Go implementation of the Git version control system, providing a library for integrating versioning and history analysis into applications. It functions as a complete repository manager and object store that does not require external binary dependencies. The implementation utilizes interface-based storage, allowing repositories to be managed on disk or entirely in memory. It supports a transactional storage model to ensure atomic operations and implements a content-addressable storage system using delta-compression packfiles. The library covers a broad range of version

    go-git is a production-grade implementation of Git's internals, not a hands-on tutorial or guided project for building a VCS from scratch.

    GoContent-Addressable StorageGit Object Backends
    Voir sur GitHub↗7,211
  • progit/progit2Avatar de progit

    progit/progit2

    6,522Voir sur GitHub↗

    This project is a comprehensive educational resource and guide for learning the Git version control system. It serves as a technical documentation source for a textbook that explains the fundamentals, advanced workflows, and internal architecture of Git. The project is structured as a multi-format e-book, with source files designed to be compiled into various digital publication formats, including HTML, PDF, EPUB, and Mobi. It utilizes a dedicated build pipeline to generate and validate these documents. The content covers a broad range of version control capabilities, including history manip

    This is a textbook source that explains Git's internals, not a project-based tutorial that guides you through building a simplified version control system with step-by-step implementation.

    CSSContent-Addressable Stores
    Voir sur GitHub↗6,522

Related searches

  • une interface terminal pour indexer et commiter avec git
  • un outil pour nettoyer les fichiers volumineux de l'historique git
  • un client GUI pour parcourir et gérer des dépôts git
  • le versioning façon Git pour ma base de données
  • un CMS basé sur Git
  • projet pour comprendre les bases de données en en construisant une
  • système de contrôle de version pour données ML
  • projet pratique pour apprendre la programmation système