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
·
dstreamcloud avatar

dstreamcloud/go-diff

0
View on GitHub↗
32 Stars·2 Forks·Go·Apache-2.0·2 Aufrufe

Go Diff

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.

Features

  • Version Control Add-ons - Analyzes package changes to determine rebuild requirements.

Star-Verlauf

Star-Verlauf für dstreamcloud/go-diffStar-Verlauf für dstreamcloud/go-diff

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Go Diff

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Go Diff.
  • 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.

    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.

    Shell
    Auf GitHub ansehen↗328
  • esrlabs/joshAvatar von esrlabs

    esrlabs/josh

    1,851Auf GitHub ansehen↗

    Git at scale platform

    Rust
    Auf GitHub ansehen↗1,851
  • 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

    C++
    Auf GitHub ansehen↗13,613
Alle 7 Alternativen zu Go Diff anzeigen→

Häufig gestellte Fragen

Was macht dstreamcloud/go-diff?

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.

Was sind die Hauptfunktionen von dstreamcloud/go-diff?

Die Hauptfunktionen von dstreamcloud/go-diff sind: Version Control Add-ons.

Welche Open-Source-Alternativen gibt es zu dstreamcloud/go-diff?

Open-Source-Alternativen zu dstreamcloud/go-diff sind unter anderem: apenwarr/git-subtree — An experimental alternative to the git-submodule command. Merges and splits subtrees from your project into… dflydev/git-subsplit — Automate and simplify the process of managing one-way read-only subtree splits. esrlabs/josh — Git at scale platform. facebook/watchman — Watchman is a filesystem change monitor and recursive directory watcher that operates as a background service to track… microsoft/gvfs — GVFS is a virtual file system and performance optimizer designed to manage enterprise-scale Git repositories. It… nikita-skobov/monorepo-git-tools — A collection of custom git commands that I use to maintain my monorepo. Includes support for bidirecional sync between…