我创建了一个githook文件夹,其中包含我的git存储库中的git钩子。
在Windows上向<dependency>
<groupId>org.jpmml</groupId>
<artifactId>pmml-model</artifactId>
<version>1.2.9</version>
</dependency>
发送链接挂钩的最佳方法是什么?
答案 0 :(得分:0)
假设你的钩子在d:\ githook \ hooks \
中 git init --template=/d/githook/
git clone --template=/d/githook/
git config init.templateDir /d/githook/
把钩子放在.. \ Git \ share \ git-core \ templates \ hooks \