awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesVersion Control APIs

Programmable interfaces for performing core version control operations like cloning, committing, and synchronization.

Distinct from Git and Version Control: The candidates are either curated lists or GUI clients; this is a programmable API for repository management.

Explore 2 awesome GitHub repositories matching repository format · Version Control APIs. Refine with filters or upvote what's useful.

Awesome Version Control APIs GitHub Repositories

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

    src-d/go-git

    4,880Vezi pe GitHub↗

    This project is a native implementation of the Git version control system for Go applications. It provides a programmable API and a low-level plumbing toolset that allows developers to manage repositories, manipulate object graphs, and perform version control operations without requiring external system binaries or C bindings. The library is distinguished by its flexible storage and network layers, featuring a virtual file system that enables in-memory repository management to bypass disk I/O. It supports pluggable network transports and interface-based storage backends, allowing for custom p

    A set of programmable interfaces for performing cloning, committing, pushing, and pulling operations on Git repositories.

    Go
    Vezi pe GitHub↗4,880
  • helm/chartmuseumAvatar helm

    helm/chartmuseum

    3,832Vezi pe GitHub↗

    ChartMuseum is a centralized server for hosting, versioning, and distributing Kubernetes package repositories. It functions as a Kubernetes package manager and an OCI compatible registry, providing a system to manage the full lifecycle of software artifacts from upload and versioning to verification and deletion. The project supports multitenant repository hosting by organizing packages into isolated namespaces for different teams and organizations. It utilizes a storage abstraction layer that allows packages to be persisted to local filesystems or S3 compatible cloud object stores, including

    Provides API endpoints for uploading new releases, deleting old versions, and retrieving chart metadata.

    Gochartmuseumchartshelm
    Vezi pe GitHub↗3,832
  1. Home
  2. Repository Format
  3. Version Control APIs

Explorează sub-etichetele

  • Chart Versioning APIsProgrammatic interfaces specifically for managing the versions and metadata of software charts. **Distinct from Version Control APIs:** More specific than general version control APIs, focusing on the lifecycle of a chart release rather than source code commits.