DEV Community

Cover image for Importing from GitLab to GitHub
Akbar Ali
Akbar Ali

Posted on

Importing from GitLab to GitHub

In GitLab:

  1. Profile -> Preferences -> Access tokens -> Add new token
  2. Name it, select all permission that apply, click create.
  3. Now you get a token, copy it.

In GitHub

  1. Create new repository.
  2. On the create page, right below the heading there is a text saying import a repository.
  3. Click it, copy the repo url from Gitlab and paste it there.
  4. Add your gitlab username and the access token.
  5. Name the repository.
  6. Click begin import.
  7. It will take some time, sit tight.

Top comments (0)

Jetbrains image

Build Secure, Ship Fast

Discover best practices to secure CI/CD without slowing down your pipeline.

Read more

👋 Kindness is contagious

Dive into this thoughtful article, cherished within the supportive DEV Community. Coders of every background are encouraged to share and grow our collective expertise.

A genuine "thank you" can brighten someone’s day—drop your appreciation in the comments below!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found value here? A quick thank you to the author makes a big difference.

Okay