Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 628 Bytes

play_along.md

File metadata and controls

17 lines (10 loc) · 628 Bytes

Playing along at home

If you'd like to have a go at home, follow these steps.

  • Setup git, register with and setup access github

  • Fork the repository in github. Click the 'Fork' button.

  • Setup your local repository.

    git clone git@github.com:user/Refactoring-Chapter-1.git

  • Create a new branch from the 1.0 tag. Use your name for the branch.

    git checkout -b bill_and_ben 1.0

  • Go crazy. That's to say, code away, commit often then when you're done…

  • Request the master pull your changes with a pull request.