Git GitLab Getting Started
Get Started with GitLab
Welcome! This page will guide you through the first steps of using GitLab for version control and collaboration.
1. Sign Up for GitLab
Go to GitLab and create a free account:
Note: Use the same email address you plan to use for your Git configuration.
2. Create a Repository
After signing in, click the New Project button to create a new repository:
Select Blank Project and fill in the repository details (name, description, public/private, etc.), then click Create project:
3. What is a Remote Repository?
A remote repository is a version of your project hosted on the internet. GitLab is a popular platform for hosting remote repositories, enabling you to collaborate with others and back up your code.
Next, you will learn how to securely connect your computer to GitLab using SSH.