现在TFS 2013本身支持git,如何实现拉取请求策略/工作流 - 即强制拉取请求和代码审查以合并代码?
答案 0 :(得分:29)
现在,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