github.com/apernet/quic-go@v0.43.1-0.20240515053213-5e9e635fd9f0/.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 ```