Once you configure Git and enable versioning, you can check-in the project for which you want to apply versioning. This applies that all the activities of the checked project will be checked in the Git Version Control System. When you check-in any project, all the activities of the project get the same version number.
...
- Log into the Adeptia Connect with the admin or with the User who is the owner of Project.
- Click Configure > Projects.
- Click the Action icon of project, which you want to check-in. The list of possible actions is displayed.
- Click Check-in to share the project. A confirmation message is displayed.
- Click Yes to Check-in the project. Depending on the number of activities, sharing may take a few minutes. When all the activities of the selected project(s) are complete, a confirmation message is displayed.
- Once the project is Checked checked-in, a version number is assigned to the activities of the Project and icon to depict synchronization status is also placed with activity name.
The
icon depicts that the activity has been checked-in and in sync with the copy of this activity in Git.Info All the activities of a project which is checked are assigned with same revision number.
A project can be checked-in any number of times.
...