Git
— is a powerful, sophisticated system for distributed version control. Gaining an understanding of its features opens to developers a new and liberating approach to source code management. The surest path to mastering Git is to immerse oneself in its utilities and operations, to experience it first-hand.Git How To
— is a guided tour that walks through the fundamentals of Git, inspired by the premise that to know a thing is to do it.By the way, if you know Ruby, you might better like the original Git Immersion.
Before we begin, install Git:
Mac
Git for Mac OS X
Git for Mac OS X
Windows
msysgit
msysgit
Linux
yum install git-coreapt-get install git-corezypper in git-core