Get Git branch size
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.