awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 Repos

Awesome GitHub RepositoriesVersion Control Add-ons

Extensions and proxies to improve Git and Mercurial performance.

Explore 8 awesome GitHub repositories matching part of an awesome list · Version Control Add-ons. Refine with filters or upvote what's useful.

Awesome Version Control Add-ons GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • facebook/watchmanAvatar von facebook

    facebook/watchman

    13,613Auf GitHub ansehen↗

    Watchman is a filesystem change monitor and recursive directory watcher that operates as a background service to track file modifications in real time. It functions as an event-driven file trigger and state query engine, allowing users to retrieve directory snapshots and lists of changed files since a previous check. The project provides tooling for incremental builds by identifying exactly which files have changed to compile only necessary project components. It is designed for large scale directory watching, monitoring massive file trees while executing external commands or scripts automati

    Triggers incremental builds when files change.

    C++
    Auf GitHub ansehen↗13,613
  • microsoft/gvfsAvatar von Microsoft

    Microsoft/GVFS

    6,109Auf GitHub ansehen↗

    GVFS is a virtual file system and performance optimizer designed to manage enterprise-scale Git repositories. It provides a virtualization layer that allows large remote repositories to be treated as local directories by retrieving file contents from a server only when they are accessed. The system optimizes version control operations by limiting the scope of active file objects and downloading specific data on demand rather than cloning the entire repository history locally. This approach reduces initial setup time and minimizes local disk usage. The project implements a workflow based on o

    Virtualizes file systems to download objects on demand.

    C#
    Auf GitHub ansehen↗6,109
  • esrlabs/joshAvatar von esrlabs

    esrlabs/josh

    1,851Auf GitHub ansehen↗

    Git at scale platform

    Git server proxy for on-the-fly repository virtualization.

    Rust
    Auf GitHub ansehen↗1,851
  • splitsh/liteAvatar von splitsh

    splitsh/lite

    1,612Auf GitHub ansehen↗

    Split a repository to read-only standalone repositories

    Fast alternative for splitting subtrees from repositories.

    Go
    Auf GitHub ansehen↗1,612
  • apenwarr/git-subtreeAvatar von apenwarr

    apenwarr/git-subtree

    1,383Auf GitHub ansehen↗

    An experimental alternative to the git-submodule command. Merges and splits subtrees from your project into subprojects and back.

    Merges and splits subtrees into subprojects.

    Shell
    Auf GitHub ansehen↗1,383
  • dflydev/git-subsplitAvatar von dflydev

    dflydev/git-subsplit

    328Auf GitHub ansehen↗

    Automate and simplify the process of managing one-way read-only subtree splits.

    Automates one-way read-only subtree splits.

    Shell
    Auf GitHub ansehen↗328
  • nikita-skobov/monorepo-git-toolsAvatar von nikita-skobov

    nikita-skobov/monorepo-git-tools

    38Auf GitHub ansehen↗

    A collection of custom git commands that I use to maintain my monorepo. Includes support for bidirecional sync between a monorepo, and multiple subprojects

    Enables bidirectional synchronization between multiple repositories.

    Rust
    Auf GitHub ansehen↗38
  • dstreamcloud/go-diffAvatar von dstreamcloud

    dstreamcloud/go-diff

    32Auf GitHub ansehen↗

    a simple tool to check changes between git commits for go source files. it will resolve package dependencies. this is helpful in large projects ci, you will only need to run tests on changed/related files.

    Analyzes package changes to determine rebuild requirements.

    Go
    Auf GitHub ansehen↗32
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Version Control Add-ons