In preparation for the RPIACM meeting tonight (not to be interpreted as an RPI chapter of the ACM), I've been working on the git tutor repository.
Git tutor stems from my belief that people learn tools best by using the tools. Git tutor is a very brief (15 minute) introduction to git. It covers creating repositories, creating commits, amending commits and resolving merge conflicts.
If you'd like to learn git, I advise you to check it out. You must first install git. Then use:
git clone git://robescriva.com/gittutor.git
This tutorial is by no means comprehensive. For a more in-depth introduction to git, checkout the presentation I gave: Using Git.
Comments, feedback, and patches always welcome!