Skip to content

gpo/migrate_bitbucket_to_github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

migrate_bitbucket_to_github

Simple Script for migrating repos from Bitbucket to GitHub

This is yet another migration script for migrating repos from Bitbucket to GitHub. The other ones I found were great inspiration but lacked certain features.

Features:

  • Uses --mirror
  • Allows running multiple times

Limitations:

  • DOES NOT CHECK for usage of the GitHub repo (will blow away changes)
  • If changes are made to the GitHub main branch it will not allow pushing the main branch

Installation

curl -O https://raw.githubusercontent.com/gpo/migrate_bitbucket_to_github/main/bb2gh && chmod +x bb2gh

Usage

./bb2gh <bitbucket_org> <github_org> --repo=<repo_name>

full help text here

About

Simple Script for migrating repos from bitbucket to github

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages