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.

Overview

Overview

- [Bryan] Before we jump into our hands-on Enterprise projects, I want to cover one more foundational topic that's crucial for Enterprise RPA developers and that's source control or version control. Source control gives us the ability to centralize the projects we're working on. That makes it easier to collaborate with other RPA developers and prevents loss of work if for some reason your local computer fails. It also enables experiments and what I mean by that is the ability to add a bunch of activities to try something and if it all doesn't work out, simply delete that and start again from a known good state. It enables us to make hot fixes even during active development and what I mean by that is to fix a robot that only has features A and B while you're right in the middle of adding features C and D. Source control has really been converging down to one option and that's Git. Git is by far the most popular source control technology available and there are many platforms like…

Contents