How can I mirror a project hosted on launchpad on github?

后端 未结 3 1874
难免孤独
难免孤独 2021-02-01 04:58

I want to contribute actively to a project that is hosted on Launchpad. I\'m much more comfortable with GitHub, and would like to continue to use it if possible. Would I be able

3条回答
  •  悲哀的现实
    2021-02-01 05:44

    You could try some kind of git-bzr bridge like this git-bzr git-bzr script:

    This script allows you to add bazaar repositories as git branches in your git repository.
    After that, you can fetch the Bazaar repo, make some changes, and push it back into Bazaar.

    The reverse is possible, meaning you can clone a bzr repo and push to your GitHub repo with bzr-git.

提交回复
热议问题