From the course: Azure DevOps for Beginners

Unlock this course with a free trial

Join today to access over 23,100 courses taught by industry experts.

Edit and commit to repo

Edit and commit to repo - Azure Tutorial

From the course: Azure DevOps for Beginners

Edit and commit to repo

Next step is to make some changes to this file. So I'll edit it in Visual Studio Code. (keyboard keys clicking) I'll add this header, like that. And I'll say my changes, control S and you'll notice that over here in Visual Studio Code this number one appears, there's one pending change. So I click on that. That takes me to this part of the screen, this page. And I can see that there's one change here. So I can right click on this and choose to stage the changes, I can choose to stash the changes I can do all the actions here. What I want to do is commit the changes. So the easiest way to do that in Visual Studio Code is just to go up here and add a commit message. (keyboard keys clicking) Like that. And then I'll click on this check mark to commit it and that saves it to my local repository. And then the next step is to synchronize with the DevOps Server. I have the choice to push the data directly to the server…

Contents