Bazaar to GIT migration
Mon, 17 Oct 2011 20:47:00 +0000
Today I've moved using site-uptime.net development from Bazaar repository to GIT using elegant bzr2git script. The why:
- In-place branches (I used to use them heavily)
- Faster (no Python libs loading during "cold" start)
- Can't live without "git rebase -i" now :-)