git-sizer

Computes various Git repository size metrics and alerts you to any that might cause problems or inconvenience. More information: <https://github.com/github/git-sizer>.

Install

All systems
curl cmd.cat/git-sizer.sh
Debian Debian
apt-get install git-sizer
Ubuntu
apt-get install git-sizer
image/svg+xml Kali Linux
apt-get install git-sizer
Windows (WSL2)
sudo apt-get update sudo apt-get install git-sizer
OS X
brew install git-sizer

Computes various Git repository size metrics and alerts you to any that might cause problems or inconvenience. More information: <https://github.com/github/git-sizer>.

  • Report only statistics that have a level of concern greater than 0:
    git sizer
  • Report all statistics:
    git sizer -v
  • See additional options:
    git sizer -h

© tl;dr; authors and contributors