阅读文档后,我无法理解bitbucket的post和pull request post service hooks之间的区别。
Pull Request Post Documentation
我想将我的repo从本地推送到bitbucket,bitbucket会使用两个服务挂钩中的一个将更新的代码发送到实时服务器。任何帮助将不胜感激。
答案 0 :(得分:1)
POST hook - 只要用户推送到存储库,就会发布到您的网址。
提取请求POST - 根据与Bitbucket pull request相关的操作之一(批准,取消批准,评论,创建,编辑,合并,拒绝)发布到您的网址功能。