awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Construiește propriul sistem de versionare

Clasament actualizat la 30 iun. 2026

For proiect pentru învățarea Git prin reimplementare, 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.

Proiecte educaționale și ghiduri pentru implementarea funcționalităților de bază ale unui sistem de versionare, de la zero.

Construiește propriul sistem de versionare

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • git/gitAvatar git

    git/git

    61,518Vezi pe 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
    Vezi pe GitHub↗61,518
  • libgit2/libgit2Avatar libgit2

    libgit2/libgit2

    10,485Vezi pe 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
    Vezi pe GitHub↗10,485
  • attic-labs/nomsAvatar attic-labs

    attic-labs/noms

    7,422Vezi pe 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
    Vezi pe GitHub↗7,422
  • go-git/go-gitAvatar go-git

    go-git/go-git

    7,211Vezi pe 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
    Vezi pe GitHub↗7,211
  • progit/progit2Avatar progit

    progit/progit2

    6,522Vezi pe 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
    Vezi pe GitHub↗6,522

Related searches

  • interfață terminal (TUI) pentru staging și commit în git
  • instrument pentru curățarea fișierelor mari din istoricul git
  • client GUI pentru navigarea și gestionarea repository-urilor git
  • branching de tip Git pentru baza de date
  • CMS bazat pe Git
  • proiect pentru înțelegerea bazelor de date prin construcția uneia
  • sistem de versionare pentru date ML
  • proiect practic pentru învățarea programării de sistem