Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 545 Bytes

Chapter 5 code example

The code from chapter 5 in The Mikado Method book.

Mikado Method book cover

This is a longer example.

The branches in the repo reflects the bigger 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.