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 and procedures for those of you with Git experience.
Written for Git version 1.8.2, this handy task-oriented guide is organized around the basic version control functions you need, such as making commits, fixing mistakes, merging, and searching history.
Chapter 1. Understanding Git
Chapter 2. Getting Started
Chapter 3. Making Commits
Chapter 4. Undoing and Editing Commits
Chapter 5. Branching
Chapter 6. Tracking Other Repositories
Chapter 7. Merging
Chapter 8. Naming Commits
Chapter 9. Viewing History
Chapter 10. Editing History
Chapter 11. Understanding Patches
Chapter 12. Remote Access
Chapter 13. Miscellaneous
Chapter 14. How Do I…?