I am working on a project with a git repository and I want to export the latest changes I made and send them by email.
I need to know the difference between creating a git package and creating a .patch file, and which is better?
I use Tortoise Git and it gives me the ability to create a .patch file and it does not give me the ability to create a git package, which means the .patch file is better
thank
source
share