Jump to content

How to Create a New Project on GitLab?


Linux Hint

Recommended Posts

In GitLab, users store their source code and make changes inside the directory which is known as a project or repository. A project is a central component that enables collaborative work. Users’ added changes are tracked with the help of version control. The GitLab project can be public, private, or internal and managed by visibility level.

This study will discuss adding a new repository project on GitLab.

How to Make a New Project on GitLab?

To add a new project to the GitLab remote server, follow the provided steps:

    • Log in to your GitLab account.
    • Hit the “New project” button.
    • Provide the project name, its URL, select the visibility level, and add the README file by marking the box inside the project configuration.
    • Press the “Create project” button.

Step 1: Sign in to GitLab

Initially, redirect to your GitLab account and hit the “New project” button from the top-right side of the opened GitLab projects tab:

1-48.png
Step 2: Create GitLab Project

Then, the “New project” tab will appear, now chose the “Create blank project” from the given option and hit on it:

2-47.png
Step 3: Add Project Name and Other Required Information

Next, it will ask you to add your new project name, URL, visibility level, and project configuration. Then, click on the “Create project” button. Here, we have added “Testing1” as the project name, default project URL, visibility level as “Private” and marked the “Initialize repository with a README” box:

3-42.png
As you can see the below highlighted pop-up message bar that indicates that we have successfully created a new project in GitLab:

4-39.png
You have learned about creating a new project on GitLab.

Conclusion

To add a new project to the GitLab project, first, move to your GitLab remote server and press the “New project” button. Then, specify the project name, its URL, choose the visibility level, and add the README file by marking the box inside the project configuration. Lastly, click on the “Create project” button. In this tutorial, we have provided the procedure for creating a new project on GitLab.

View the full article

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...