Skip to content

Instantly share code, notes, and snippets.

@nottrobin
Created January 27, 2015 16:49
Show Gist options
  • Select an option

  • Save nottrobin/a0693c00086a362ba6d6 to your computer and use it in GitHub Desktop.

Select an option

Save nottrobin/a0693c00086a362ba6d6 to your computer and use it in GitHub Desktop.
Convert Git to Bazaar
bzr init-repo bzr-repo # Create a new Bazaar repository tree
git fast-export -M --all | (cd bzr-repo; bzr fast-import -) # Export Git history into Bazaar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment