Process Flow - git diff between branches
Start: Two branches
Run git diff branch1..branch2
Git compares files
Show differences line by line
User sees changes between branches
Git compares the content of two branches and shows line-by-line differences.