forked from quic-go/quic-go
9 lines
153 B
Markdown
9 lines
153 B
Markdown
# Git Hooks
|
|
|
|
This directory contains useful Git hooks for working with quic-go.
|
|
|
|
Install them by running
|
|
```bash
|
|
git config core.hooksPath .githooks
|
|
```
|