Tag

Git Hooks Archives - Atlantbh Sarajevo

Git Hooks
DevOpsTech Bites
August 10, 2023

Git Hooks

Have you ever considered how useful it would be if some actions could be taken automatically before or after a git commit, push, merge, etc.? Well, the good news is that it’s possible and also very straightforward using a lesser-known yet powerful feature of git - Git Hooks. Understanding Git…