Skip to content

wandnz/gitlab-2-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitLab to GitHub Migration Script

For migrating issues and merge requests from GitLab projects to GitHub repositories.

Instructions

  1. Create empty repository in GitHub
  2. Clone GitLab repository: git clone --mirror <gitlab_repo>
  3. Change directory: cd <repo_dir>
  4. Push to GitHub repository: git push --mirror --no-verify <github_repo>
  5. In GitHub, goto Settings > Branches, then rename default branch to main
  6. Download and extract the GitLab project export to a new working directory
  7. Edit settings.json
  8. Execute gitlab-2-github.py

About

Migrate GitLab issues and merge requests to GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages