49 - Introduction to source control
50 - Why we need a source control
51 - Source control in UiPath
52 - Create a version control repository
53 - Setting up prerequisites
54 - Create a remote repository
55 - Save to an existing remote repository
56 - Rename branches & remote optional
57 - Download a remote repository locally
58 - Change the last commit message
59 - Ignore files or directories from repository
60 - Delete files & combine commits
61 - Revert if you didnt commit
62 - Revert an existing commit
63 - Revert using reset use with caution
64 - Verbose history and audit logging
65 - Introduction to branches
66 - Switch to branches & merge
67 - Merge using two branches & handle conflicts
68 - Merge using TurtoiseGIT
69 - How to view the repository back in time
70 - Conclusions