Process Flow - Why diffing matters
Start with two file versions
Run git diff command
Compare line by line
Show added, removed, changed lines
User reviews changes
Decide to commit or modify
End
This flow shows how git diff compares two file versions line by line to highlight changes, helping users review before committing.