Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 602 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 602 Bytes

Chapter 2 code examples

The code from chapter 2 in The Mikado Method book.

Mikado Method book cover

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

License

Copyright (c) 2013 Daniel Brolund & Ola Ellnestam
Licensed under the MIT license.