When the user is done editing the project, they can Check In, which will make it available for others to check out and work on. This approach assists in managing several concurrent development projects, keeping track of version history, and avoiding data loss or overwriting of changes made by different team members.
There are two ways to access the Source Control –
Right-click on a Project, Process, UIWindow, etc, and select the Check In option.
Right-click on a Project and select the Check In All option. The Check In All option is used to check-in all the processes that come under the project.
By clicking the source control icon on the right-hand side of the designer panel.
Once the Source Control panel has been accessed, we will be able to see a list. This list may consist of a project, Processes, Folders, Files, UIWindow, or a combination of all depending on what the user has created or modified.
Suppose the list has only processes within it, then we can select either a single process or multiple processes depending on the requirement.
Next, we need to add a comment in the comments field and then finally click on the Commit button to Check-In the selected processes.