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 repo. This repo exists and I have access to it.
How to save this project to that repo from within Visual Studio 2019?
Apologies if it sounds silly but I could not find a decent tutorial showing this.
Azure DevOps
withGit Server
orRemote Git
. That's what it is. If the repo already exists, you can clone the remote repo, add the changes to the local repo, commit and push – Panagiotis Kanavos