From the course: Complete Guide to UiPath RPA Development

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Enable experiments with branches

Enable experiments with branches - UiPath Tutorial

From the course: Complete Guide to UiPath RPA Development

Enable experiments with branches

- [Speaker] Alright, so let's see how we can use local Git source control capabilities to enable experiments. To demonstrate this, I need to point you to another icon down here at the bottom, and that's this one that says Main, when you click on that, notice we have an option to manage remotes. And what that means is we can connect remote repositories and then push our files from local to remote and pull from remote to local. But I'll demo that in the future. Right now, we want to look at branches. So I'll click on this Manage Branches option. The first branch you always get by default is called Main, and this is simply a snapshot of the current state of the project. What I can do is I can click on this plus icon and that gives me an option to name my new branch. So I could call this feature one, two, three, which means that I'm working on some new feature. In this case, I'll just call it ExperimentOne and notice this name cannot have spaces in it. So that's where our Pascaline namic…

Contents