view: page title: "Git How To: Guided Git Tutorial" description: "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. The surest path to mastering Git is to immerse oneself in its utilities and operations, to experience it first-hand."
What is this?
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.
Git?
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.
Before we begin, you have to install a Git client
Linux
yum install git-coreapt-get install git-corezypper in git-core
Mac
Git for Mac OS XWindows
msysgit</div>