Get Git branch size
23:40 13 Sep 2015

I'm trying to track the size of a project I'm working on. Is there an easy way to get the repository size on disk for different branches?

I tried

git count-objects -v

But it gives the same repository size for each branch.

git