Git checklist
From NuclearCat's homepage
- git branch branchname
- git checkout branchname
- git commit -a
- git format-patch -s -n master..branchname
- git send-email --smtp-encryption=tls --smtp-server=mysmtp --smtp-user=denysantispam@visp.net.lb --smtp-server-port=587 --to "Denys <denysantispam@visp.net.lb>" my.patch