git - how to recover the file permissions git thinks the file should be?
        Posted  
        
            by shovas
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by shovas
        
        
        
        Published on 2010-03-25T16:26:32Z
        Indexed on 
            2010/03/25
            16:33 UTC
        
        
        Read the original article
        Hit count: 335
        
I have a git checkout. All the file permissions are different than what git thinks they should be therefore they all show up as modified.
Without touching the content of the files (just want to modify the permissions) how do I set all the files permissions to what git thinks they should be?
© Stack Overflow or respective owner