When does post-update get called (GIT)
        Posted  
        
            by Michael
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Michael
        
        
        
        Published on 2010-04-14T05:10:54Z
        Indexed on 
            2010/04/14
            5:13 UTC
        
        
        Read the original article
        Hit count: 336
        
git
My git setup was working beautifully, then stopped cooperating today. Right now, I can git-pull, git commit just fine from my local machine. When I git push, the push goes through, but the server files don't actually get updated.
Now I wonder, is my post-update file even getting called anymore? I've checked the permissions, and they are all group +x, and I'm a part of the group... any other suggestions?
© Stack Overflow or respective owner