I am quite used to using git, is there an easy way to import/export from bzr into git and back bzr once I have made commits?
|
|
Take a look at git-bzr. Note the Python rewrites at the bottom of the readme, which may integrate better. Also be advised that there are quite a few forks / derivatives of git-bzr around, but this seems to be most recently active; you may want to look around github for similar things. |
|||
|
|
|
bzr-git has a "bzr dpush" command that you can use to push a branch into git and a "bzr pull" command that can be used to pull new Git commits into the bzr branch. |
|||
|
|
|
I followed the instructions on Jeff Hodges' blog, which uses tailor to do the migration. There's a list of migration tools available on the bzr website. |
|||
|
|
|
You can add and use "Bridge support in git for mercurial and bazaar"
|
|||
|
|