From the course: Azure DevOps for Beginners
Unlock this course with a free trial
Join today to access over 24,600 courses taught by industry experts.
Create a repo branch - Azure Tutorial
From the course: Azure DevOps for Beginners
Create a repo branch
- [Instructor] I'll look at a few other GET actions. In this video, I'll look at how to create a branch and use it for your code. I'll be working in Visual Studio Code. I'll be using the simple repo demo, which has this file, and I'll be making some simple changes through this README file. It's a good idea in a software team to create a branch whenever you want to work on new features. That way you are impacting only that branch and not the main branch of the application. Now the way you name these branches varies depending on your team conventions. Some teams like to use the name of the feature. Some teams like to use the name of the person creating the branch. I'll use a feature name for this example. Now, to get to the GET tools, I will go here to the source control tab, and then you can see there's a number of settings here, or features, commits, file history, branches. See there's only a single branch at the moment. And I can also perform actions by going up to these three dots…
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)
-
-
-
-