Using Bazaar Like Git + ‘repoalias’ Plugin

Continuing my exploration of distributed version control systems, I decided to take a quick look at the Git: Managing Branches A single git repository can maintain multiple branches of development. To create a new branch named “experimental”, use: $ git branch experimental If you now run $ git branch you’ll get a list of all […]

Installing Bazaar 1.16 on OS X [Updated]

Recently I decided to bite the bullet and move away from Xcode’s Snapshots to using a DVCS. After checking out Git, Mercurial, and Bazaar I finally settled on the latter, for now at least. Bazaar is a great, it has excellent documentation on a very well designed website, it’s incredibly easy to use (one of […]