Lecture # 5 - Setup Git Repository remotely on GitLab

Lecture # 5 - Setup Git Repository remotely on GitLab

Learn ho to create a repository on GitLab.

Follow the steps to create a remote repository on GitLab:

  1. Open GitLab.

  2. Click on the blue 'New Project' button on the top right corner.

  3. This screen will be opened. Click on 'Create blank project'.

  4. Create a name for your repository and also set the visibility of your project. If it's private no one other than you can view the contents of your repository and if it's public everyone can see the contents. After this click on the blue 'Create project' button at the bottom.

  5. Our remote repository on GitLab is created.

  6. This section is for interacting with the project.