DEV Community

Kaviya R
Kaviya R

Posted on

Installation of Gitlab

usually ,I am wondering about the team projects and working on it at the same time with number of specialization in that same project. Then i come to know about the gitlab and github.

why gitlab ?

  • private projects
  • Self-hosting
  • DevOps Integration
  • customization

              There is one repository in git. That is local repository  
    

Local repository:

A local repository in gitlab refers to the repository that you have on your local machine.

Remote repository:

Its a version-controlled storage location for your project's code and file that stored on the gitlab's repository

Steps of installation:

Step 1:Go to the terminal and install the git.
Step 2:Go to the browser and install the git hub.
Step 3:click the register now option and start to register
Step 4:Start to enter the detail(username, email, password)
Step 5:Follow the instruction to verify your email and set up your account
step 6:For creating the new project, click the"+" and start to enter the project title.

Top comments (0)