Open2
git-sizer
git-sizer
github/git-sizer
Github謹製Gitリポジトリサイズ問題解析ツール「git-sizer」 - Qiita (和訳)
私のディスク容量はいくつですか? - GitHub Docs
Usage
# 基本コマンド
git-sizer --verbose
# Level of concern があるところだけ抽出、問題ないところは非表示
git-sizer
オプション
> git-sizer --help
Usage of :
--branches process all branches
--tags process all tags
--remotes process all remote-tracking branches
-v, --verbose report all statistics, whether concerning or not
--threshold threshold minimum level of concern (i.e., number of stars) that should be
reported (default --threshold=1)
--critical only report critical statistics
--names style display names of large objects in the specified style:
--names=none omit footnotes entirely
--names=hash show only the SHA-1s of objects
--names=full show full names (default full)
-j, --json output results in JSON format
--json-version uint JSON format version to output (1 or 2) (default 1)
--progress report progress to stderr (default true)
--version report the git-sizer version number
--no-progress suppress progress output
error: pflag: help requested