Process Flow - git show for commit details
Run 'git show <commit>'
Git locates commit object
Extract commit metadata
Extract commit diff changes
Display commit info and diff
End
The command locates the commit, extracts its details and changes, then displays them to the user.