github.com/TugasAkhir-QUIC/quic-go@v0.0.2-0.20240215011318-d20e25a9054c/.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  ```