mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-29 18:38:44 +08:00
62e9002348
Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
13 lines
234 B
Markdown
13 lines
234 B
Markdown
**If you want to use git hooks, you need to install hooks first!**
|
|
|
|
## Install git-hooks
|
|
```shell script
|
|
export GO111MODULE="on"
|
|
go get -u github.com/git-hooks/git-hooks
|
|
```
|
|
|
|
## Install hooks
|
|
run
|
|
```shell script
|
|
git hooks install
|
|
``` |