Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 569 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 569 Bytes

Bitbucket2Github

Small script to migrate from Bitbucket to Github

Usage

Required environment variables

Name Example
BITBUCKET_OWNER your-company
GITHUB_ORG new-company
GITHUB_TOKEN a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6q7r8s9t
GITHUB_TEAM team-eagle

You just call it like so:

./migrate.sh "repo1" "repo2" "repo3"