Setup git send-email: following these instructions I had some problems. But the following worked:
- I’m using 2-factor auth on my gmail account so I had to get a “app-password”, see google documentation
- Modify the global/local .gitconfig file with a sendemail section: [sendemail] smtpEncryption = tls smtpServer = smtp.gmail.com smtpUser = [email protected] smtpServerPort = 587
- Also add a credential section with a helper.store entry: