Strange git case...
        Posted  
        
            by khelll
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by khelll
        
        
        
        Published on 2010-04-10T15:57:11Z
        Indexed on 
            2010/04/10
            16:03 UTC
        
        
        Read the original article
        Hit count: 389
        
git
I have a file, let's say file.txt I have done git mv file.txt to file1.txt, then I created a new file called file.txt and worked on it, unfortunatly I didn't add that file to git yet. Anyway the problem is that I did git stash, then git stash apply, but the new file.txt disappeared... anyway to get it back?
© Stack Overflow or respective owner