Question: You want to perform a git reset but cannot recall all of the available options. What command would you use to see a description of them?

  1. git help reset
  2. git -h reset
  3. git options reset
  4. git reset help

Answer: The correct answer of the above question is Option A:git help reset