Skip to content

GitHub-BR-Work/GitLab-GHE-Migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

GitLab to GitHub Migration

Summary

This repository contains a Python script to migrate repositories from GitLab to GitHub. The script lists all projects in a specified GitLab subgroup and creates corresponding repositories in a specified GitHub organization. It then clones each GitLab repository locally and pushes it to the newly created GitHub repository.

Variable Names

  • gitlab_url
  • gitlab_token
  • github_token
  • github_organization
  • subgroup_id
  • GITLAB_USERNAME
  • GITHUB_USERNAME
  • gl
  • subgroup
  • gh
  • org
  • repo_path
  • new_repo
  • repo
  • origin
  • x
  • repo_names
  • y

Languages Used

  • Python

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages