All activity
GitCache (CLI + proxy) adds the missing cache layer for Git-hosted dependencies. It caches and serves .git URLs from package.json so CI reuses built artifacts instead of recloning and rebuilding packages every run saving time and bandwidth, and actions minutes

GitCacheSpeed up builds by caching Git dependencies
Michael Smithleft a comment
I realized that all of our JavaScript package tools have a missing cache layer for when you really want to use a .git host as the source of your package. Developers use .git URLs to pin exact commits, pull private repos, or reference monorepo subpackages — patterns that are convenient but brittle at scale. In CI this becomes painful: every pipeline clones, installs, and often rebuilds those...

GitCacheSpeed up builds by caching Git dependencies
