Am 19.03.2012 19:15, schrieb Richard Heck:
Use 'git format-patch' to create patches.
I.e., so something like:
git format-patch HEAD-2
which will give you two patches, corresponding to your last two commits.
Thanks but I don't know where to enter this command. The Git GUI is in German (cannot change it to
English but all the docs are in English). It seems that the GUI doesn't have a console function.
I now found it in TortoiseGit: show the log of your branch, right click on the name of your branch
in the log window and choose "unified diff with parent 2".
thanks and regards
Uwe