From c3297697d015091e92c143ee5e9e59feb2b3df20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Mon, 14 Jun 2021 21:57:27 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f2f4b193..62c07a4d 100644 --- a/README.md +++ b/README.md @@ -2214,6 +2214,7 @@ _**Unofficial** set of patterns for structuring projects._ * [gh](https://github.com/rjeczalik/gh) - Scriptable server and net/http middleware for GitHub Webhooks. * [git2go](https://github.com/libgit2/git2go) - Go bindings for libgit2. +* [githooks](https://github.com/gabyx/githooks) - Per-repo and shared Git hooks with version control and auto update. * [go-git](https://github.com/go-git/go-git) - highly extensible Git implementation in pure Go. * [go-vcs](https://github.com/sourcegraph/go-vcs) - manipulate and inspect VCS repositories in Go. * [hercules](https://github.com/src-d/hercules) - gaining advanced insights from Git repository history.