Which command shows the current status of the working directory and staging area?
- git diff
- git status
- git log
- 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.