diff --git a/README.md b/README.md index 757ef31..1e3cbf3 100644 --- a/README.md +++ b/README.md @@ -1264,5 +1264,11 @@ git commit -m "submodule updated" git config --global core.autocrlf false ``` +## Send a collection of patches as emails +```sh +git send-email [] …​ +git send-email [] +``` +