Containerized application to migrate a Git Repo from Azure DevOps to GitHub.
1.6K
Utility to migrate a Git Repo from Azure DevOps to GitHub.
It will migrate ALL you have in your repository, including all the branches, all the tags and the complete history of commits.
Official GitHub repo: https://github.com/n3wt0n/AzureDevOpsToGitHubRepoMigrator
To launch the container, you can use the following command:
docker run -it -e "AZDOPAT=xxx" -e "AZDOORG=xxx" -e "AZDOPRJ=xxx" -e "AZDOREPO=xxx" -e "GHPAT=xxx" -e "GHUSER=xxx" -e "GHREPO=xxx" n3wt0n/azdo2ghrepomigrator
The container needs the following environment variables (and values) to run.
For instruction on how to generate a PAT in Azure DevOps, take a look at the official documentation here
For instruction on how to generate a PAT in GitHub, take a look at the official documentation here
Please note that the Destination Repo must be empty and not be initialized.
Content type
Image
Digest
Size
155.2 MB
Last updated
about 6 years ago
docker pull n3wt0n/azdo2ghrepomigrator