Version Control Systems - A Proper Introduction to Web Design
Ok, ok, I lied. Before we start getting our hands dirty, I feel that I should
inform you of these really awesome things called
- Version Control System
- A really nifty piece of software that keeps track of changes to your code, so you can go back in time whenever you want!
Using one would be overly-complicated and unneccessary at this point in time, but come back to this page when you start doing more serious work, and try reading one of these resources:
- Hg Init
- Git Magic
- Git Community Book
- Git for Computer Scientists
- Git for Designers
- Pro Git
- Intro to Git for Web Designers
- An Illustrated Guide to Git on Windows
Now on to the code!