Git Pocket Guide Richard E. Silverman O'Reilly
User Manual:
Open the PDF directly: View PDF
Page Count: 233 [warning: Documents this large are best viewed by clicking the View PDF Link!]
- Cover
- Copyright
- Table of Contents
- Preface
- 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
- Command Format
- Output Formats
- Defining Your Own Formats
- Limiting Commits to Be Shown
- Regular Expressions
- Reflog
- Decoration
- Date Style
- Listing Changed Files
- Showing and Following Renames or Copies
- Rewriting Names and Addresses: The “mailmap”
- Searching for Changes: The “pickaxe”
- Showing Diffs
- Comparing Branches
- Showing Notes
- Commit Ordering
- History Simplification
- Related Commands
- Chapter 10. Editing History
- Chapter 11. Understanding Patches
- Chapter 12. Remote Access
- Chapter 13. Miscellaneous
- Chapter 14. How Do I…?
- …Make and Use a Central Repository?
- …Fix the Last Commit I Made?
- …Edit the Previous n Commits?
- …Undo My Last n Commits?
- …Reuse the Message from an Existing Commit?
- …Reapply an Existing Commit from Another Branch?
- …List Files with Conflicts when Merging?
- …Get a Summary of My Branches?
- …Get a Summary of My Working Tree and Index State?
- …Stage All the Current Changes to My Working Files?
- …Show the Changes to My Working Files?
- …Save and Restore My Working Tree and Index Changes?
- …Add a Downstream Branch Without Checking It Out?
- …List the Files in a Specific Commit?
- …Show the Changes Made by a Commit?
- …Get Tab Completion of Branch Names, Tags, and So On?
- …List All Remotes?
- …Change the URL for a Remote?
- …Remove Old Remote-Tracking Branches?
- …Have git log:
- Index