References and Endnotes

Here are some references that I used or that you may use to find out more about Git.

The example git repository that I was working with throughout this book can be cloned from its GitHub repository.

For anything you cannot find in this book or these references, be sure to ask the fantastic people hanging out at the '#git' channel on irc.freenode.net.

Web Documentation

Main Git Documentation -
fantastic reference for all the command line programs

Git User's Manual

Git for Computer Scientists -
good detail about the DAG object model

A Tutorial Introduction to Git

Git Rebase Explained

A Tour of Git, the Basics

Junio Hamano New Git Maintainer -
some history on git and Junio becoming the new maintainer

Screencasts

The one pertaining to this book is sadly not available anymore. It could previously be found at http://peepcode.com/products/git.

RailsCasts Git Screencast

Using Git to Manage and Deploy Rails Apps