Creating your first project in GitLab

Log in to your GitLab server and follow the steps to create your first project repository:

  1. Choose Create a Project to create a project on the GitLab server. In the project, we will store all our code, configuration, and other information related to our application.
  2. Provide a project name and description. For now, we will create a sample Hello World node application. Our project name is Sample.
  3. Next, comes the visibility level of your project; it can be public, internal, or private.
  4. Public  repositories can be cloned by anyone; any logged-in user can clone internal project repositories. To clone a private project, a user needs explicit access to clone the repository.
  5. For now we will keep it public and ...

Get DevOps for Salesforce now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.