Search notes:

git send-email

git send-email is mostly used by developers to send patches (for example when developping for Linux).
Maintainers receiving the patches typically use git am to apply patches.

git: 'send-email' is not a git command. See 'git --help'.

Ubuntu/Debian:
$ sudo apt install -y git-email

See also

git format-patch
git am
git commands

Index