dev-master
9999999-dev https://bitbucket.org/eabay/bitbucket-repo-syncBitbucket Repo Sync Application
MIT
The Requires
- ext-curl *
- symfony/console ^3.1
repository git bitbucket sync synchronization
Bitbucket Repo Sync Application
Bitbucket Repo Sync is a small Symfony Console application to keep all your bitbucket git repositories in synced. It utilizes Bitbucket API., (*1)
Basically, you give your Bitbucket credentials and it clones all your git repositories., (*2)
git clone git@bitbucket.org:eabay/bitbucket-repo-sync.git cd bitbucket-repo-sync // see http://getcomposer.org/download/ to install composer php composer.phar install php console.php bitbucket:sync username password
You can choose the path of repositories:, (*3)
php console.php bitbucket:sync username password -d /some/where
To get help about the command:, (*4)
php console.php help bitbucket:sync
Notice that repositories are cloned over HTTPS schema including your username and password. I mean repositories will have origins with URIs like https://username:password@bitbucket.org/…. If this is a security problem for you, don't use the application!, (*5)
Please use Bitbucket to file issues., (*6)
Bitbucket Repo Sync Application
MIT
repository git bitbucket sync synchronization