From the course: Azure DevOps for Beginners

Unlock this course with a free trial

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

Create a repo branch

Create a repo branch

- 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 this simple repo demo, which has this file and I'll be making some simple changes to 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 the feature name for this example. To get to the get tools, I will go here and go 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…

Contents