Skip to main content

Transfer a Repository to a Cardinal Cloud GitHub Organization

The following instructions will guide you through transferring a repository to an existing organization in Cardinal Cloud GitHub.

Before you begin

  • Make sure you have the necessary admin permissions for both the repository and the target organization within the Enterprise account.
  • The repository name should be unique in the target organization.
  • After the transfer, you may need to reconfigure third-party integrations, CI/CD pipelines, or webhook settings.

Transfer a repository

  1. Go to the repository you want to transfer.
  2. Click the Settings tab.
  3. Scroll down to the Danger Zone at the bottom of the page.
  4. Click Transfer under the Transfer ownership section.
  5. Enter the organization's name in the Cardinal Cloud GitHub account to which you want to transfer the repository.
  6. Type the name of the repository for confirmation.
  7. Confirm by clicking I understand, transfer this repository.

Once transferred, the repository will be part of the organization under the Cardinal Cloud GitHub account. All its previous collaborators, issues, pull requests, and commit history will remain intact.

Last modified