From the course: Azure DevOps for Beginners
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
View the parts of Azure repos - Azure Tutorial
From the course: Azure DevOps for Beginners
View the parts of Azure repos
- [Instructor] The entry point for repositories in a project is here. You click on the project, and then on the sidebar there's a section called Repos. I click on that and then I can see the subsections. So when you click on Repos, it opens the file subpage, and on the file subpage, you can see all the files that are in this repository. You can see the history of these files, who committed them and when. And if I click on one of these, I can drill down and see details about that commit. There was 143 changed files, and this file had 48 lines of text added. I can also go back to the files and edit the files. So let's say I want to edit this SQL file here, and click on that. That opens the SQL file and it has a online editor. I can see the contents, I see the history, compare with other versions, and I can also edit the file. And if I make edits here, then I can commit those files directly from the web portal. I don't need to do this from the command line on my developer computer or…
Contents
-
-
-
-
-
(Locked)
What are Azure repos?6m 16s
-
(Locked)
View the parts of Azure repos3m 13s
-
(Locked)
Create an Azure repo in the portal2m 47s
-
(Locked)
Clone the repo to a developer computer3m 18s
-
(Locked)
Create a repo branch2m 17s
-
(Locked)
Edit and commit to repo1m 5s
-
(Locked)
Push the branch to DevOps1m 31s
-
(Locked)
Create a pull request1m 32s
-
(Locked)
Team review of pull request3m 5s
-
(Locked)
-
-
-
-