Skip to main content

Staging and History Inspection

Use this page when you understand Git conceptually but still get lost reading current state.

Core Ideas

  • the index is the proposed next commit
  • status is the summary, not the full story
  • diff and diff --staged answer different questions
  • log and show are inspection tools, not just archive viewers

Best Local Sources