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 - Fork a Project
GitLab - Fork a Project
Description
Fork is a duppcate of your original repository in which you can make the changes without affecting the original project.
Forking a Project
Step 1 − To fork a project, cpck on the Fork button as shown below −
Step 2 − After forking the project, you need to add the forked project to a fork group by cpcking on it −
Step 3 − Next it will start processing of forking a project for sometime as shown below −
Step 4 − It will display the success message after completion of forking the project process −
Advertisements