Reputation: 11920
Environment: Visual Studio 2017, TFS project set at visual studio online.
I am working on a community project. The source code is checked into TFS project using the free account provided by visual studio online.
I now need to enable git on this project such that others can use from other projects.
On TFS online, I see a way to create a new GIT-based project but I don't see any option to enable GIT on an existing TFS project. I remember to have used this option long time ago. Wondering where I can find this switch. Or, is there any easy way to migrate existing code to GIT. Regards.
Upvotes: 0
Views: 468
Reputation: 30412
You can use Import repository to import the Git repository from TFVC.
$/0522TFVCScrum/BuildProcessTemplates
Refer to this article for details: Import repositories from TFVC to Git
Upvotes: 1
Reputation: 59037
Hover over the Code tab, click "Manage Repositories", then click the "New Repository" button.
Upvotes: 1