Here is the git repository on GitHub we created for lecture 8.
You can clone by going into your applications directory, and doing:
git clone git@github.com:lucadealfaro/lecture8.git
I encourage you to do so, and look again at the code we built.
You can also do
gitk --all &
to look at all the git branches of the repository.
Please see also the resources, at the bottom of the class homepage, for the .gitignore
file you can use for web2py, and for a very brief reminder of some basic git commands.