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 - Merge Requests
Description
Merge request can be used to interchange the code between other people that you have made to a project and discuss the changes with them easily.
Steps for Merging Request
Step 1 − Before creating new merging request, there should be a created branch in the GitLab. You can refer this
for creating the branch −Step 2 − Login to your GitLab account and go to your project under Projects section −
Step 3 − Cpck on the Merge Requests tab and then cpck on the New merge request button −
Step 4 − To merge the request, select the source branch and target branch from the dropdown and then cpck on the Compare branches and continue button as shown below −
Step 5 − You will see the title, description and other fields such as assigning user, setting milestone, labels, source branch name and target branch name and cpck on the Submit merge request button −
Step 6 − After submitting the merge request, you will get a new merge request screen as shown below −
Advertisements