github.com/mikelsr/quic-go@v0.36.1-0.20230701132136-1d9415b66898/.githooks/README.md (about) 1 # Git Hooks 2 3 This directory contains useful Git hooks for working with quic-go. 4 5 Install them by running 6 ```bash 7 git config core.hooksPath .githooks 8 ```