The code from chapter 2 in The Mikado Method book.
There are two examples in that chapter, one really small and one a bit larger.
The branches in the repo reflects the detailed steps in the refactoring.
Retrieve all branches
for remote in `git branch -r`; do git branch --track ${remote#origin/} $remote; done
git pull --all
Copyright (c) 2013 Daniel Brolund & Ola Ellnestam
Licensed under the MIT license.