Created
January 27, 2015 16:49
-
-
Save nottrobin/a0693c00086a362ba6d6 to your computer and use it in GitHub Desktop.
Convert Git to Bazaar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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