awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesVersion Control Implementations

Full implementations of version control systems rewritten in Go for performance and dependency-free operation.

Distinct from Go Language Implementations: Specifically targets the reimplementation of version control logic, whereas the parent covers any general software rewritten in Go.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Version Control Implementations. Refine with filters or upvote what's useful.

Awesome Version Control Implementations GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gogits/gogsgogits 的头像

    gogits/gogs

    47,627在 GitHub 上查看↗

    Gogs is a self-hosted Git service and repository manager written in Go. It provides a web-based hosting platform for storing version-controlled repositories with a focus on lightweight deployment across various operating systems and hardware architectures. The system distinguishes itself through a single-binary deployment model, which simplifies installation. It also supports repository migration, allowing users to move existing codebases and documentation from other hosting services into a self-managed environment. The platform covers collaborative code development through pull requests and

    Implements a full version control system rewritten in Go for efficient deployment across various architectures.

    Go
    在 GitHub 上查看↗47,627
  • go-git/go-gitgo-git 的头像

    go-git/go-git

    7,211在 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

    Provides a pure Go implementation of the Git version control system, removing dependencies on external C libraries.

    Gogitgit-clientgit-library
    在 GitHub 上查看↗7,211
  1. Home
  2. Programming Languages & Runtimes
  3. Go Language Implementations
  4. Version Control Implementations