From the course: Visual Studio Tools for Azure DevOps

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Add application code to an Azure Git repository

Add application code to an Azure Git repository

From the course: Visual Studio Tools for Azure DevOps

Start my 1-month free trial

Add application code to an Azure Git repository

- [Narrator] For the rest of this chapter, I'll focus on the Azure Git repo features. Remember that the current state of the repo is empty. Here's what this looks like. In the Team Explorer, I can see that we're working with this local demo-git-agile repository. Plus if I check out Settings, and go to Repository Settings, we can see that I have a Remote repository configured too. From this URL you can see that this is the Microsoft DevOps server location. That means that I can commit changes to my local repo, and push them to this remote when ready. (clicks) Let's look at the file system further. I'll switch over to Solution Explorer. And currently I'm looking at this in what's called the Folder View, in Visual Studio, 2019. Over on the left side of the screen I also have File Explorer open to that same location. They look nearly identical, except there's some hidden folders showing up over here. If you really want to see those over in Solution Explorer, click on this Show All Files…

Contents