๐Ÿ”Ž GIT DIFF ยท CODE REVIEWER

Catch the
Mistakes

A junior dev submitted a Pull Request. Review the added lines and flag any bugs, secrets, or console logs before merging.

๐Ÿ”Ž CODE REVIEWER Review 1/3
src/auth.js
Review Complete
git diff shows what changed.
Catching bugs before commit
saves hours of debugging.
$ git diff โ† unstaged changes
$ git diff --staged โ† staged changes
$ git diff HEAD~1 โ† last commit diff