Created
July 22, 2009 01:12
-
-
Save mojombo/151733 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ git config --global sendemail.smtpserver smtp.gmail.com | |
| $ git config --global sendemail.smtpserverport 587 | |
| $ git config --global sendemail.smtpencryption tls | |
| $ git config --global sendemail.smtpuser [email protected] | |
| $ sudo cpan | |
| cpan> install Net::SMTP::SSL | |
| $ git send-email 0001-whatever.patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment