An experimental alternative to the git-submodule command. Merges and splits subtrees from your project into subprojects and back.
Automate and simplify the process of managing one-way read-only subtree splits.
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
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.
Die Hauptfunktionen von dstreamcloud/go-diff sind: Version Control Add-ons.
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…