Using GitLab
Creating A Repository
The first thing you need to do is create a repository.
- Go to the Gitlab Webpage and sign in with your Linux username and password.
- Click on the green New Project button at the top right of the screen.
- Enter a name for your repository in the Project name text box
- Optionally - add a description in the description box
- Choose the visibility level
- Private is fine for stuff like class exercises
- Assessment code should be Internal or Public so I can see them to mark them!
- DO NOT check the box for the README file, it’ll just screw things up.
- Click the green Create project button.
This will create an empty repository for you. To upload your code to it you will need the URL for the project. To get this click on the blue Clone button and copy the link under the heading Clone with HTTPS.
- Previous
- Next