GitLab Tutorial
GitLab Basics
GitLab Users and Groups
GitLab Issue Tracker
GitLab Instance Management
GitLab Continuous Integration
Selected Reading
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 - Create Groups
GitLab - Create Groups
Description
Creating group helps to connect multiple repositories and allows members to access the project by giving permissions on the group level.
Steps for Creating Group
Step 1 − Login to your GitLab account and cpck on the Groups menu −
Step 2 − Next, you will get the below screen and cpck on the New group button to create a group −
Step 3 − Enter the Group name, Description, visibipty level(Private/Pubpc/Internal) and also you can set the image for the group of your choice which should be within 200kb in size. Now cpck on the Create group button.
Step 4 − Next, it will display the success message after creating the group as shown below −
Step 5 − Now, go back to your Groups section and you will see the created group in the pst −
Advertisements