github.com/metacubex/quic-go@v0.44.1-0.20240520163451-20b689a59136/.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  ```