UsefulLinks
Computer Science
Other Tools and Technologies
Git Version Control System
1. Introduction to Version Control
2. Git Fundamentals
3. Getting Started with Git
4. The Basic Git Workflow
5. Branching in Git
6. Merging and Integrating Changes
7. Working with Remote Repositories
8. Undoing Changes
9. Advanced Git Tools
10. Rewriting History
11. Inspecting and Comparing
12. Collaboration Workflows
13. Git Internals
14. Customizing Git
15. Advanced Topics
11.
Inspecting and Comparing
11.1.
Viewing Changes
11.1.1.
Comparing Working Directory and Index
11.1.1.1.
Unstaged Changes
11.1.1.2.
Modification Detection
11.1.1.3.
Change Visualization
11.1.2.
Comparing Index and Repository
11.1.2.1.
Staged Changes
11.1.2.2.
Commit Preparation
11.1.2.3.
Change Review
11.1.3.
Comparing Commits
11.1.3.1.
Commit Differences
11.1.3.2.
Change Evolution
11.1.3.3.
History Analysis
11.1.4.
Comparing Branches
11.1.4.1.
Branch Divergence
11.1.4.2.
Change Comparison
11.1.4.3.
Merge Preparation
11.1.5.
Diff Output Formats
11.1.5.1.
Unified Format
11.1.5.2.
Context Lines
11.1.5.3.
Color Coding
11.1.5.4.
Statistical Summary
11.2.
Showing a Commit Object
11.2.1.
Viewing Commit Details
11.2.1.1.
Commit Metadata
11.2.1.2.
Author Information
11.2.1.3.
Timestamp Details
11.2.2.
Showing Changes Introduced by a Commit
11.2.2.1.
Diff Display
11.2.2.2.
Change Visualization
11.2.2.3.
File Modifications
11.3.
Finding the Author of a Line
11.3.1.
Interpreting Blame Output
11.3.1.1.
Line Attribution
11.3.1.2.
Commit Information
11.3.1.3.
Author Details
11.3.2.
Using Blame for Debugging
11.3.2.1.
Bug Investigation
11.3.2.2.
Change Tracking
11.3.2.3.
Responsibility Identification
11.4.
Searching the Repository
11.4.1.
Searching for Text Patterns
11.4.1.1.
Content Search
11.4.1.2.
Pattern Matching
11.4.1.3.
File Filtering
11.4.2.
Limiting Search Scope
11.4.2.1.
Directory Restrictions
11.4.2.2.
File Type Filtering
11.4.2.3.
Branch Limitations
11.4.3.
Using Regular Expressions
11.4.3.1.
Pattern Syntax
11.4.3.2.
Advanced Matching
11.4.3.3.
Search Optimization
Previous
10. Rewriting History
Go to top
Next
12. Collaboration Workflows