git
.Pro Git - A free book covering all aspects of git
; includes a nice explanation in Chapter 1 right at the beginning that covers what version control is and what it's used for.
Git Reference Pages - The reference pages that cover details on specific commands. You can also type git help <command>
in the terminal to get built-in help with a specific command if you can't remember a particular option.