From the course: Learning Software Version Control

Unlock this course with a free trial

Join today to access over 25,600 courses taught by industry experts.

Add and remove files on Azure Repos

Add and remove files on Azure Repos

From the course: Learning Software Version Control

Add and remove files on Azure Repos

- [Instructor] In this lesson, I will show you how to add and remove files using Azure DevOps. First, go to dev.azure.com and select your project. Go to repos and in this case I have a repo with a README.md file. This repo was cloned using Visual Studio Code and I have my files stored, luckily. To include files, for example, here in Visual Studio Code, I just need to include one file and for example, include some code. I can use the integrated tools to send this code back to Azure. Click on Commit and Sync Changes. If I go back to my project on dev.azure.com and refresh, here is the file that I just sent. To remove this file using the web interface, I just need to select Delete, Commit. And the changes are available on Visual Studio Code when I hit on refresh. And now as you can see, the file is removed. This is how you can integrate Azure Repos with your favorite IDE.

Contents