I'm working on a project with a git repository, and I want to export the last changes I have done and send it by e-mail.
I need to know the difference between making a git bundle and making a .patch file, and what is better?
I'm using Tortoise Git, and it give me the option to create the .patch file, and it does not give me the option of creating the git bundle, this means that the .patch file is better?
Thanks