-1

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.

Samet ÖZTOPRAK
  • 3,112
  • 3
  • 32
  • 33

1 Answers1

-1

commit_count: last commit count

git diff HEAD~commit_count > name.patch
Samet ÖZTOPRAK
  • 3,112
  • 3
  • 32
  • 33