Accidentally committed dev database to Git
        Posted  
        
            by Euwyn
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Euwyn
        
        
        
        Published on 2010-04-08T21:42:34Z
        Indexed on 
            2010/04/08
            21:53 UTC
        
        
        Read the original article
        Hit count: 273
        
git
I accidentally committed my development.sqlite3 file to Git, and it seems to be slowing down my commits. I know about .gitignore, but does this take the file out of my repository once I've done so? My concern is is with reducing the commit and push times.
© Stack Overflow or respective owner