Moving existing MVC4 project to Visual Studio Online

asp.net-mvc-4, azure-devops, c#

Solution

I suggest these steps :

- Create your account on VS online

- Create new Team Project on VS Online

- Connect your project (local) with tab TEAM/CONNECT TO TFS from your Visual Studio using your VS online account.

- Add files to the project solution ( and checkin)

- Add emails of every team members under security tab of team project.

Tell me if you need something else.

Problem

I have a MVC4 project that I have been working on it alone. now I want to create a new Visual Studio Online account and move my project there so that I can add my new team members there and continue the development together. any Ideas How to move existing project on my PC to Visual Studio Online?

Original source