问题
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