moz.hashnode.devSetting up git send-mail with macOSgit has in-built functionality for sending email. This is useful for sending patches to mailing lists. However, this requires a bit of setup. And I use macOS Monterey on a M1 MBP so I wanted to use my own iCloud email for the same. I wrote this so it...Feb 24, 2022·2 min read
moz.hashnode.devBuilding a web deployment pipeline using post-receive hookThis article will demonstrate how you can build a deployment pipeline from your local test server to a remote using a git hook called post-receive. This tutorial is specifically for unix-based systems such as Linux and MacOS but can also be done on W...Oct 1, 2020·4 min read