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?
- git help reset
- git -h reset
- git options reset
- git reset help
Answer: The correct answer of the above question is Option A:git help reset