(no title)
severus_snape | 2 years ago
# do your code change
git commit
git send-email --to=<some mailing list> -1
# amend your change
git commit --amend
git send-email -v2 --to=<some mailing list> -1
I'm not sure what is needlessly annoying and absurd.Edit with minimal configuration:
cat ~/.gitconfig
[user]
email = your@mail.address
name = Your Name
[sendemail]
smtpuser = your@mail.address
smtpserver = smtp.whatever.com
smtpserverport = 587
smtpencryption = tls
oefrha|2 years ago
rascul|2 years ago
https://git-send-email.io/#step-2
A tool from Google is mentioned and linked to:
https://github.com/google/gmail-oauth2-tools/tree/master/go/...
tlamponi|2 years ago
sir|2 years ago
MaxBarraclough|2 years ago
tlamponi|2 years ago
And that has to be done once, iow., in essence it's as hard a setting up an email fat client like thunderbird.
unknown|2 years ago
[deleted]