Checking existing project to VSTS

2019-04-17 08:07发布

I have an existing solution on my dev machine.

I also created a new project on VSTS.

What's next for me? I always struggle with this. I simply don't understand the logic. When I try to map my local folder to the repository on VSTS, it wants to "Map & Get" which deletes all my files on my dev machine.

Ideally, I'd like to create a branch named "Develop" under my fresh new project repository on VSTS then check my files into it.

I'd appreciate someone telling me where to go from here. Thanks.

1条回答
贪生不怕死
2楼-- · 2019-04-17 09:04

Refer to these steps to add solution/project to TFVC repository:

  1. Open solution/project in Visual Studio
  2. Open Team explorer of Visual Studio
  3. Click Manage Connections icon
  4. Click Manage Connections=>Connect to a project=>Select the team project=>Connect (Do not need to click Map & Get)
  5. Right click the solution in Visual Studio=>Add Solution to Source Control
  6. Select the corresponding folder=>Click Ok
查看更多
登录 后发表回答