mirror of
https://source.quilibrium.com/quilibrium/ceremonyclient.git
synced 2024-11-11 02:35:18 +00:00
9 lines
155 B
Markdown
9 lines
155 B
Markdown
|
# Git Hooks
|
||
|
|
||
|
This directory contains useful Git hooks for working with go-libp2p.
|
||
|
|
||
|
Install them by running
|
||
|
```bash
|
||
|
git config core.hooksPath .githooks
|
||
|
```
|