Is it possible to remote count object and size of of git repository?
        Posted  
        
            by runge
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by runge
        
        
        
        Published on 2010-05-21T13:52:23Z
        Indexed on 
            2010/05/21
            17:20 UTC
        
        
        Read the original article
        Hit count: 212
        
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?
© Stack Overflow or respective owner