Process Flow - git diff for working directory changes
Make changes in files
Run 'git diff'
Git compares working directory vs staging area
Show line-by-line differences
User sees what changed before staging
Shows how git diff compares your current file changes against the staging area to display differences.