Bill Welliver is sharing code with you
Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.
Don't show this againbitbucket2github overview
Recent commits See more »
| Author | Revision | Comments | Message | Labels | Date |
|---|---|---|---|---|---|
|
|
31fa38db042c |
added some notes |
|
||
|
sramana
|
e16bef11d512 |
Added tag 0.1 for changeset 93b7a6ee8027 |
|
||
|
sramana
|
93b7a6ee8027 |
Fixed bugs |
|
||
|
sramana
|
8c709520c19a |
Base version |
|
.. -*- restructuredtext -*- BitBucket2GitHub ============================= What is it? ----------------------------------------- BitBucket and GitHub are two popular services for developers to host and share their code online. Nowadays it is a common practice to mirror a project's source code in both services so that users can easily watch and fork the project from their favorite service. But manually syncing BitBucket and GitHub is tedious and error prone. I developed this little package to automate the syncing both ways. How to use it? ----------------------------------------- * Call "bitbucket2github" to mirror all public repos in BitBucket account to GitHub. It will prompt you for BitBucket username, GitHub username and GitHub API key. * Call "github2bitbucket" to mirror all public repos in GitHub account to BitBucket. It will prompt you for GitHub username, BitBucket username and BitBucket password. * Note: you must have your SSH public key set up in GitHub, otherwise, you'll get an error indicating the repository can't be found. Latest Version ----------------------------------------- The latest version of this project can be found at : http://bitbucket.org/sramana/bitbucket2github Installation ----------------------------------------- Option 1 :: sudo pip install bitbucket2github Option 2 : If you downloaded the source code :: tar xzvf bitbucket2github-1.0.tar.gz cd bitbucket2github-1.0 sudo python setup.py install License ----------------------------------------- This project is licensed under New BSD license. Contribution and Feedback ----------------------------------------- Contributions and Feedback are most welcome. Please email the author with your comments. Author Information ----------------------------------------- Ramana <sramana9@gmail.com> * http://bitbucket.org/sramana * http://github.com/sramana