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 24 times
1 Answers
-1
commit_count: last commit count
git diff HEAD~commit_count > name.patch
Samet ÖZTOPRAK
- 2,734
- 3
- 27
- 31