Team Foundation Server 2012 and GIT

点点圈 提交于 2019-12-10 19:18:20

问题


Is it possible to build projects created in vs2012, manually pushed to my git repository with Team Foundation Server 2010/12?

In the other words: Can I choose my git repository path as source, to build it with TFS? I've chosen TFVC as source control because TFS2012 doesn't support git as source control yet. I know I can do this in Team Foundation Service but I don't want to use it.


回答1:


It should be possible now, keep in mind as well that the Update 2 for VS 2012 added GIT support.Take a look: http://www.hanselman.com/blog/GitSupportForVisualStudioGitTFSAndVSPutIntoContext.aspx

You can use VS Git support with all your Git projects by just opening projects. It's just Git. I am pushing branches to CodePlex, to GitHub and other Git repos. I'm also continuing to use my other Git tools interchangeably, as I like.

For teams, you can go up to http://tfs.visualstudio.com and sign up for a account and get 5 users for free. You can choose either Git or Team Foundation Version Control (TFVC) as the source provider and use all the Team Foundation agile, scrum or other templates for your ALM tools.



来源:https://stackoverflow.com/questions/16146791/team-foundation-server-2012-and-git

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