Set up version control

Created by
Suchitra Giri

Suchitra Giri

suchitra

Step-by-step instructions

Step 1
Sign up with GitLab

Go to GitLab website and log in. If you don’t have an account yet, sign up with your credentials. Alternatively, you can sign in with Google, LinkedIn, and other third-party sites.

Step 4
Configure Git

Use the following commands for git configuration in your terminal on Mac and Linux or in Git Bash on Windows. git config --global user. name <give username> git config --global user.email <your email> Note: Skip this step you are not a new user and already have this configured.

The result

↑ Press to view all guides for this result

Comments