We will be submitting the homework via GitHub. The reason for this is to have a centralized place for homework, as well as teaching how to use a revision control system and how to interact specifically with GitHub.
Reading:
Learn about git at http://git-scm.com/book/en/Getting-Started-Git-Basics
(You only need to read this one webpage, no need to go to the
next page)
To do:
– Create a github account at www.github.com if you do not already have
one.
– Install and configure git on your local machine as per https://help.github.com/articles/set-up-git
– Fork the MySQL Marinate repo as per …