I use Android Studio to create a patch file from uncommitted changes. In this case, I need to create a patch file from my last committees.
            Asked
            
        
        
            Active
            
        
            Viewed 99 times
        
    1 Answers
-1
            
            
        commit_count: last commit count
git diff HEAD~commit_count > name.patch
 
    
    
        Samet ÖZTOPRAK
        
- 3,112
- 3
- 32
- 33