Question: After staging a series of changes to the index, which command could you use to review them prior to a commit?

  1. git diff --cached
  2. git diff
  3. git diff --HEAD
  4. git status -v -v

Answer: The correct answer of the above question is Option A:git diff --cached