Which command shows the current status of the working directory and staging area?

  1. git diff
  2. git status
  3. git log
  4. git info

Explanation

git status shows the current state of the working directory and staging area, displaying which files are modified, staged for commit, or untracked.