实现TFS拉取请求

时间:2013-12-29 20:56:46

标签: git tfs azure-devops tfs2013

现在TFS 2013本身支持git,如何实现拉取请求策略/工作流 - 即强制拉取请求和代码审查以合并代码?

1 个答案:

答案 0 :(得分:29)

截至2014年10月:

现在,TFS 2013 update 4和Visual Studio Online都支持拉请求。结合删除某些分支的推送权限,这有效地允许您设置策略。

对于类似功能的更高级策略,您可以使用ISubscriber接口构建“提交挂钩”,直到Microsoft完全实现此类功能。 Read more here

More information on Pull Requests can be found in this blog post from the Visual Studio team