• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Aug-2021-

README.mdH A D16-Aug-2021153 96

pre-commitH A D16-Aug-2021638 2720

README.md

1# Git Hooks
2
3This directory contains useful Git hooks for working with quic-go.
4
5Install them by running
6```bash
7git config core.hooksPath .githooks
8```
9