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 [email protected]: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.