国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Use git hook on github
我想大聲告訴你
我想大聲告訴你 2017-05-02 09:31:42
0
1
652

I want to use git-hooks to check the format of coding and submission instructions, and manage member push permissions, but the github website seems to only have simple read and write permissions. I would like to ask for some advice. Is it possible to use git-hooks conveniently on the github website? For example Yes, I hope you can provide a link to the instructions.

我想大聲告訴你
我想大聲告訴你

reply all(1)
滿天的星座

Github上提供了Webhooks, when a specific event occurs, the specified network address can be notified. The documentation is as follows: https://developer.github.com/webhooks/

ButWebhooks提供的都是類似git-hooks中的post-hooks的事件通知,也就是說,你可以通過Webhooks檢查格式,但是不能因為格式不正確取消這次提交,貌似Github這么做是為了防止pre-hooksthe operation time is too long, which may affect your experience.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template