git count-objects
Today I found out about git -C count-objects -vH
.
This counts the number of unpacked object files and disk space consumed by them.
This doesn’t tell you the size of the whole repository. Only currently
checked out branch.
Today I found out about git -C count-objects -vH
.
This counts the number of unpacked object files and disk space consumed by them.
This doesn’t tell you the size of the whole repository. Only currently
checked out branch.