On Tue 11 Apr 2017 06:44:33 PM CEST, Prerna Garg wrote: > I am having difficulties sending the email through command line. So as > a last resort I am sending the patch as an attachment.
Hi! what is the exact problem? Once you commit your patch, can you export it correctly to a file using "git format-patch" ? After that you can simply write something like git send-email --to="[email protected]" --cc="Alberto Garcia <[email protected]>" patch-file.patch Berto
