Download this project to your local server.
git clone https://github.com/zhijie12/cz2006.git
Here are some basic helpful commands.
git fetch Download the headers only.
git add add files to commit
git rm remove files
git commit create a commit with the files add
git push Push to the server.
In any case if you think you broke your git and want to reset to the current live, git checkout master
If you guys not sure how to use git can ask me! :D