GitLab Basics
- GitLab - Squashing Commits
- GitLab - Rebase Operation
- GitLab - Add a File
- GitLab - Create a Branch
- GitLab - Fork a Project
- GitLab - Create Project
- GitLab - SSH Key Setup
- GitLab - Git Commands
- GitLab - Installation
- GitLab - Introduction
GitLab Users and Groups
GitLab Issue Tracker
- GitLab - Wiki Pages
- GitLab - Milestones
- GitLab - Referencing Issues
- GitLab - Merge Requests
- GitLab - Create Issue
GitLab Instance Management
GitLab Continuous Integration
- GitLab CI - Container Registry
- GitLab CI - Cycle Analytics
- GitLab CI - Advanced usage of CI
- Configuring GitLab Runners
- GitLab CI - Permissions
- GitLab - CI/CD Variables
- GitLab - CI/CD
- GitLab CI - Introduction
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
GitLab - Adding Users
In this chapter, we will discuss about how to add users to your project in the GitLab.
Steps for Adding User
Step 1 − Login to your GitLab account and go to your project under Projects section.
Step 2 − Next, cpck on the Members option under Settings tab −
Step 3 − It will open the below screen to add the member to your project −
Step 4 − Now enter the user name, role permission, expiration date(optional) and cpck on Add to project button to add the user to project −
Step 5 − Next, you will get a successful message after adding user to the project.
The highpghted box in the above image indicates, a new user has been added to the project −
Step 6 − You can also add user to the project by cpcking on the Import button −
Step 7 − Now select the project from which you want to add the user to your project and cpck on the Import project members button −
Step 8 − You will get a success message after importing user to the project −
Advertisements