A Hacker's Guide to Git
by Joseph Wynn
Publisher: WildlyInaccurate.com 2014
Description:
Git is currently the most widely used version control system in the world, mostly thanks to GitHub. Complex systems like Git become much easier to understand once you figure out how they really work. The goal of this guide is to shed some light on how Git works under the hood.
Download or read it online for free here:
Read online
(online html)
Similar books

by Jon Forrest - Leanpub
Contents: Intro to Pro Git Reedited; Getting Started; Git Basics (Creating a Git Repository; Recording Changes to the Repository); Git Branching (Basic Branching and Merging; Branch Management; Branching Workflows; Remote Branches; Rebasing).
(5060 views)

by Scott Chacon - Apress
Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops and giants like Google, Red Hat, and IBM.
(14163 views)

by Ben Lynn
Git is a version control Swiss army knife. A reliable versatile tool whose extraordinary flexibility makes it tricky to learn, let alone master. Rather than describe one mysterious command after another, we provide recipes for typical workflows.
(9536 views)

by Richard E. Silverman - O'Reilly Media
This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands for those of you with Git experience.
(8413 views)