github.com/daeuniverse/quic-go@v0.0.0-20240413031024-943f218e0810/.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  ```