Question: After staging a series of changes to the index, which command could you use to review them prior to a commit?
- git diff --cached
- git diff
- git diff --HEAD
- git status -v -v
Answer: The correct answer of the above question is Option A:git diff --cached