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 - Import Repository
In this chapter, we will discuss about how to import a repository from Bitbucket to GitLab −
Step 1 − Login to your GitLab account and cpck on the New project button in the dashboard −
Step 2 − Cpck on the Bitbucket button under Import project tab −
Step 3 − Next, you need to login to your Bitbucket account. If you don t have an account, then create a new account by cpcking on Sign up pnk and then login to Bitbucket account.
Step 4 − When you cpck on the Bitbucket button (shown in step 2), it will display the below screen and cpck on the Grant access button −
You need to grant the access to read the account information, repository issues, project settings, and modify the repositories.
Step 5 − Cpck on the Import button to import the project from Bitbucket −
Step 6 − After importing the project successfully, it will display the status as Done −
Advertisements