Is it possible to remote count object and size of of git repository?
- by runge
Assume that somewhere in the web exists public git repository. I want to clone it but firstly i need to be sure what is size of it (how much objects & kbytes like in git count-objects)
Is there a way to do it?