Question: What command displays the difference between the working tree and the stage/index area, as well as files not tracked by Git?

  1. `git current`
  2. `git status`
  3. `git local`
  4. `git context`

Answer: The correct answer of the above question is Option B:`git status`