Connecting Team Foundation Server (TFS) with Xcode

大城市里の小女人 提交于 2019-12-06 07:21:50

问题


I am new to Xcode and TFS. Can someone please explain me how I can connect TFS 2013 with Xcode to maintain repositories or give me a link which has full details from the beginning?


回答1:


The idea is to use Git as your version control and push your changes to a central Repo hosted in TFS. The TFS Administrator should create a Project with Git support and grant your account permissions. Most of TFS features are accessible through a web interface, so you can have task/bug tracking, associate them with your commits and so on.

To start learning, I would not recommend the TFS documentation nor the VSO documentation for your specific case, but would start from a couple of videos: Using Xcode in Git Projects Using Team Foundation Server 2013 and Deep Dive into Git with Team Foundation Server.



来源:https://stackoverflow.com/questions/30209310/connecting-team-foundation-server-tfs-with-xcode

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!