github / git-sizer

Compute various size metrics for a Git repository, flagging those that might cause problems
MIT License
3.48k stars 139 forks source link

Obtain a list of biggest files in the repository. #101

Closed CodeMaster7000 closed 2 years ago

larsxschneider commented 2 years ago

👋 git-sizer's objective is give you a "one-page" overview of your repository health. Therefore, a "list of the biggest files" is a little out of scope I think.

I highly recommend the https://github.com/newren/git-filter-repo tool for this task, though. If you run git-filter-repo --analyze, then you will get lots of detailed information where big files and directories are located in your repository.