solution of "git send-email is not a git command"

On ubuntu system, when run “git send-email”, the system will reply that:

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

the solution will be follow:

sudo apt install git-email