Our code repositories are hosted on the cloud version of GitLab, GitLab.com. You can access them from the link provided to you by the internship program by week 2. If you have any problems viewing the projects or repositories, you may need to ask for access.
Please refer to the GitLab project creation guide to create projects within your team’s subgroup as needed. GitLab’s documentation should be referenced as needed for any other actions.
Clone
To clone a repository to begin contributing to it, run git clone https://gitlab.com/sdsc-rds/[REPOSITORY PATH].git
. This should create a copy of the repo saved locally on your machine. To find the url for a repository that you would like to clone, first navigate to the repository on GitLab. Then, you can click “Clone” in the upper right and choose between SSH or HTTPS.
...