将git钩子放入Windows的存储库中

时间:2016-05-12 07:40:52

标签: windows githooks

我创建了一个githook文件夹,其中包含我的git存储库中的git钩子。 在Windows上向<dependency> <groupId>org.jpmml</groupId> <artifactId>pmml-model</artifactId> <version>1.2.9</version> </dependency> 发送链接挂钩的最佳方法是什么?

1 个答案:

答案 0 :(得分:0)

假设你的钩子在d:\ githook \ hooks \

  1. git init --template=/d/githook/ git clone --template=/d/githook/

  2. git config init.templateDir /d/githook/

  3. 把钩子放在.. \ Git \ share \ git-core \ templates \ hooks \