Article
Manage git hooks with babashka tasks
Git hooks are small bash scripts that are run each time a certain git event happens. The most popular hooks in our projects are pre-commit
and pre-push
. Let us show you how to optimize and manage these using babashka