Skip to content

Create a Repository

Overview

Create a new repository on GitLab to store and manage your project code.


Before you begin

Make sure:

  • you have access to UCT GitLab
  • you are logged into the web interface

Steps

1. Open GitLab

Go to your GitLab instance in a browser.


2. Create a new project

  • click New project
  • select Create blank project

3. Set project details

Provide:

  • project name
  • visibility (private or shared)
  • optional description

4. Create the repository

Click Create project


5. Clone the repository locally

Use the repository URL:

git clone <repository-url>

Verify

  • the project appears in GitLab
  • the repository can be cloned locally