On Wed, Aug 14, 2013 at 12:40:28PM +0200, Peter Stuge wrote: > If you can send email on the workstation where you run git, you can > use the git send-email command (with appropriate parameters). If you > need a separate patch file to attach in a standalone email program > you can run git format-patch (with appropriate parameters, such as -1 > in order to generate a patch file for the last 1 commit).
There is also git imap-send, which can be easier to set up when no MTA is running on the machine where git is used. Kind regards, -Alexander Huemer
