FinderGit 0.14.0 β see why a repo is heavy π
byβ’
A git gc tells you a repo is big. 0.14 tells you why.
π Analyze history (in the Maintenance tab) β find out if a stale branch or an oversized clone is weighing a repo down: it ranks the heaviest branches and estimates what you could reclaim. Read-only β it never changes a thing.

β‘ Lighter Overview refresh β refreshing a workspace with lots of repos is now a smooth, paced sweep instead of all at once.
π And opening a repo from an Overview list now jumps straight to it the first time.
Free, macOS 15+ β https://findergit.app
What's the most bloated .git you've ever found on your disk? π
27 views


Replies
Had a monorepo balloon to 4GB after years of large binary commits nobody ever pruned. Being able to spot exactly which branches are the culprits without running manual git commands is a game changer.
Netfox
@ivan_stakhovΒ Thanks, this is exactly the scenario I built Analyze history for β those old binary commits are sneaky because nothing flags them until the repo is already huge. btw, was it mostly one branch hoarding the weight, or spread across a few? And did FinderGitβs estimate match what you actually reclaimed?
@gfazioliΒ Mostly one branch - an old feature branch where someone had committed a bunch of design assets directly. FinderGit's estimate was spot on, reclaimed almost exactly what it predicted. Having the branch-level breakdown made it obvious where to focus instead of guessing.
Netfox
@ivan_stakhovΒ Classic culprit π So glad the estimate held up β thanks for sharing the full story π