mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
ca0993c274
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com> |
||
---|---|---|
.. | ||
pre-commit | ||
pre-push | ||
OWNERS | ||
README.md |
If you want to use git hooks, you need to install hooks first!
Install git-hooks
export GO111MODULE="on"
go get -u github.com/git-hooks/git-hooks
Install hooks
run
git hooks install