Process Flow - Viewing commit history with git log
Start in Git repo
Run 'git log'
Git reads commit history
Display commits one by one
User scrolls or exits
End
The flow shows how running 'git log' reads and displays commit history step-by-step until the user exits.