GitGithooks: auto-install hooksGit hooks are a great way to execute custom actions triggered by various Git events on the local machine. In my opinion, they have some shortcomings around installation and reusability that I’m trying to address with the Githooks project.
CI/CDBuilding and shipping open-sourceLet me walk you through the continuous integration workflow I use to prepare my applications for deployment and all the wonderful free for open-source services involved.