Below you will find pages that utilize the taxonomy term “deploy”
31 December 2016
Git hooks
Recently I found the benefits of using git hooks. I want you explain in this article more about git hooks. What are git hooks in the first place? What for hooks are there? (no I’m not talking about a fish hook). And how to use git hooks in combination in my favorite open-source git server: GitLab.
Git hooks A git hook is a way to fire off your own custom scripts (perl, python or bash it doesn’t really matter).