Is it possible to create repo in github cloud using Rovo?

Simarpreet Singh February 13, 2025

Is it possible to create repo in github cloud using Rovo, or any other means?

I want to clone my bitbucket cloud repos to github without manually going and create each repo one by one in Github.

Thanks for the help

1 answer

0 votes
Hrudu Shibu
Contributor
March 12, 2025

Hi @Simarpreet Singh ,

To automate cloning Bitbucket Cloud repositories to GitHub, follow these approaches:

  1. GitHub API – Use the API to create repositories programmatically.
  2. Automation Script – Write a script (Python, Bash, etc.) to:
    • List Bitbucket repositories.
    • Create corresponding GitHub repositories.
    • Clone Bitbucket repos and push them to GitHub.
  3. Third-Party Tools – Explore migration tools that automate the process.
  4. GitHub Importer – Use GitHub’s built-in importer (manual initiation needed for each repo).
  5. Rovo Plugin – Check if it supports automation for Bitbucket-to-GitHub migration.

For more details, refer to the GitHub API documentation or community scripts.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events