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 […]