Azure DevOps 上传 git 挂钩到现有存储库
Azure DevOps upload git hook to existing repository
是否可以将 git 挂钩 (.git\hooks
) 上传到现有存储库?
有什么方法可以访问 Azure DevOps 存储库中的 .git
目录?
类似于:
https://server/collection/_git/project?path=%.git
不是,.git
文件夹里面的钩子是在客户端,不是在服务器端。对于每个客户端,挂钩可能不同。
服务器级别有Feature Request到Git预接收挂钩。
是否可以将 git 挂钩 (.git\hooks
) 上传到现有存储库?
有什么方法可以访问 Azure DevOps 存储库中的 .git
目录?
类似于:
https://server/collection/_git/project?path=%.git
不是,.git
文件夹里面的钩子是在客户端,不是在服务器端。对于每个客户端,挂钩可能不同。
服务器级别有Feature Request到Git预接收挂钩。