-
Notifications
You must be signed in to change notification settings - Fork 1
Clone CricketUI
seenivasanv-mcci edited this page Nov 9, 2021
·
4 revisions
From github.mcci.com
Clone the release tag repository from MCCI's github server using the command:
git clone --recursive https://github.com/mcci-usb/COLLECTION-cricket-ui.git --branch <tag_name> --single-branch
For an example - Cloning for the release tag 'v1.0.0', replace the <tag_name> with v1.0.0
For current CricketUI release tag 'v2.2.0', replace the <tag_name> with v2.2.0
For current cricketUI releasing tag 'v2.3.0', replace the <tag_name> with v2.3.0
For current cricketUI releasing tag 'v2.4.0', replace the <tag_name> with v2.4.0
For current cricketUI releasing tag 'v2.5.0', replace the <tag_name> with v2.5.0
Then change directories to the top level of the cloned repository.