Download the PHP package jascha030/bb2gh without Composer
On this page you can find all versions of the php package jascha030/bb2gh. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package bb2gh
BitBucket to Github Migration CLI
THis package was created for personal use and is still under development and prone to breaking changes.
Getting started
Installation
mv - Move a Repository from Bitbucket to Github
A Symfony Console command to move a repository from Bitbucket to Github.
Usage
Arguments
- directory (optional): The directory of the repository. Defaults to the current working directory.
Options
--organization,-oThe organization name.--code-owner,-cThe owner of the repository.
Description
This command moves a repository from Bitbucket to Github It performs the following steps:
-
It removes the origin remote from the local repository.
-
It creates a new Github repository with the same name and description as the local repository.
- If the
--code-owneroption is provided, it creates a CODEOWNERS file in the.githubdirectory of the repository with the specified owner.
Example
This example moves the repository located at /path/to/repository to Github under the organization myorg and assigns myowner as the code owner.
Note: Ensure that you have gh (Github CLI) installed and available in your system's PATH.
Note: This documentation assumes that you have Symfony Console set up in your project and the required dependencies are correctly installed.
All versions of bb2gh with dependencies
composer/composer Version ^2.5
ext-phar Version *
symfony/console Version ^6.3
symfony/filesystem Version ^6.3
symfony/process Version ^6.3