What is the pull request equivalent in TFS? I'm asking specifically about cross team collaboration, where there is a team responsible for the product but other teams can work on their own copy and submit "pull requests". So the core team still owns the product, but other teams can still contribute to it.
asked Jan 30, 2014 at 13:31 36k 5 5 gold badges 67 67 silver badges 110 110 bronze badgesAre you maybe talking about branches? Because otherwise, there's nothing preventing a member of another team from checking in code.
Commented Jan 30, 2014 at 13:34 You can also set up a team project that uses Git for source control, if you're using TFS2013. Commented Jan 30, 2014 at 21:25@JohnSaunders see Dylan's answer, yes, you can do, but it is not exactly the same. Notice how it ends up with an email asking to merge their changes (which will need to include, revisions, locations, etc.). Pull requests provide a clear process on this area. Also if the flow is recognized by the product, it helps selling the idea on companies used to treat cross team collaboration as closed source :)