Migrating the code from Launchpad (bzr) to GitHub (git) is not the big problem. But is there a way to migrate the bugs/tickets from a Launchpad project to a GitHub one?
相关问题
- How to add working directory to deployment in GitH
- Upload file > 25 MB on Github
- Can I input Git command in Android Studio IDE?
- Source tree not able to push
- Git lost local commited files after git checkout
相关文章
- java开发bug问题:GitHub授权登录无法获取授权账号信息?
- Is there a Github markdown language identifier for
- “no implicit conversion of Integer into String” er
- GitHub:Enterprise post-receive hook
- git commit directory
- travis-ci setup releases with --github-token
- git commit gives error: empty commit set passed
- github部署的网站,引用的js文件报404
There is a project called LP2GH ("Launchpad to GitHub"), which can do that. The link above leads you to a documentation about moving your issues.
There is another project called github-issue-importer, which is aimed exactly at this task. It seems easier to use then the first one.