Question: What command finds the HEAD of the current branch?

  1. `git head --verify`
  2. `git log --head`
  3. `git hash --head`
  4. `git show-ref --head`

Answer: The correct answer of the above question is Option D:`git show-ref --head`