DevCalc.io

Git Branch Size Calculator

Estimate branch size from number of commits and average files changed per commit. Use for planning merges and CI.

How to Use

Enter how many commits your branch has (e.g. from git rev-list --count base..HEAD), your typical files-per-commit, and average file size in KB. The result is a rough estimate of branch “size” for review or CI planning. Actual Git storage depends on compression and history.