Install Git [Dec. 27, 2011, 5:23 p.m.]
Install Git
Use the following documentation to install and configure Git:
Post successes, questions, failures, etc to this assignment page. We will do our best to help each other along the way.
Verify the Git installation
In order to see if you are setup and initilized properly the run the following command in your teminal:
git config --global -l
Git Philosophy and Familiarization
If everything is initialized properly, read the Git Community Book chapter entitled Welcome to Git.