I am new to Visual Studio and Azure DevOps. I have created an ASP.NET and C# project on Visual Studio, and now I want to save it to an Azure DevOps repository. This repo exists and I have access to it.
How do I save this project to that repo from within Visual Studio 2019?
Navigate to the Push view in Team Explorer by choosing the Visual Studio Unpublished Changes Status Bar icon in the status bar . You can also select Sync from the Home view in Team Explorer.
In the Push view in Team Explorer, select the Publish Git Repo button under Push to Visual Studio Team Services.
Verify your email and select your account in the Team Services Domain drop-down.
Enter your repository name and select Publish repository.
This creates a new project in your account with the same name as the repository. To create the repo in an existing project, click Advanced next to Repository name and select a project.