
{"id":7220,"date":"2012-05-15T19:54:06","date_gmt":"2012-05-15T19:54:06","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=7220"},"modified":"2012-05-15T19:54:06","modified_gmt":"2012-05-15T19:54:06","slug":"send-patches-using-git-from-yahoo","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2012\/05\/15\/send-patches-using-git-from-yahoo\/","title":{"rendered":"send patches using git  using yahoo mail server"},"content":{"rendered":"<p><u>ABOUT git<\/u><\/p>\n<pre>\nGit (\/\u0261\u026at\/[7]) is a distributed version control system for tracking changes in source code during software development.[8] It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed,[9] data integrity,[10] and support for distributed, non-linear workflows.\n<\/pre>\n<p><u>MAY BE CORRECT SETTINGS for &#8220;PLUS&#8221;<\/u><br \/>\n[bash]<br \/>\ngit config \u2013global sendemail.smtpserver plus.smtp.mail.yahoo.com<br \/>\ngit config \u2013global sendemail.smtpserverport 465<br \/>\ngit config \u2013global sendemail.smtpencryption ssl<br \/>\n[\/bash]<\/p>\n<p>I THINK FOLLOWING SETTING ARE NOT FULLY CORRECT<br \/>\n[bash]<br \/>\n$ git config &#8211;global sendemail.smtpserver smtp.mail.yahoo.com<br \/>\n$ git config &#8211;global sendemail.smtpserverport 4100<br \/>\n$ git config &#8211;global sendemail.smtpencryption ssl<br \/>\n$ git config &#8211;global sendemail.smtpuser your_yahoo_mail_address<br \/>\n[\/bash]<br \/>\nNow it&#8217;s ready: the command git send-email patch-name will ask you for some info about the email sender (you can change the From: field) and recipient, your Gmail password and then it will send the email.<\/p>\n<p>Optionally, it is possible to skip the password prompt by adding it to the configuration with:<br \/>\n$ git config &#8211;global sendemail.smtppass your_password<\/p>\n<p>SOURCE : NOT TYPICALLY MINE<\/p>\n<p>LINK<br \/>\n<a href=\"https:\/\/en.wikipedia.org\/wiki\/Git\">https:\/\/en.wikipedia.org\/wiki\/Git<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>ABOUT git Git (\/\u0261\u026at\/[7]) is a distributed version control system for tracking changes in source code during software development.[8] It is designed for coordinating work among programmers, but it can be used to track changes in any set of files. Its goals include speed,[9] data integrity,[10] and support for distributed, non-linear workflows. MAY BE CORRECT &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2012\/05\/15\/send-patches-using-git-from-yahoo\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;send patches using git  using yahoo mail server&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[19],"tags":[712,1088,1431,1458],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7220"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=7220"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/7220\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=7220"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=7220"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=7220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}