Question: You find that your project has a tag and branch both named push-notifications, which causes confusion when trying to print out given reference. How can you specify which branch you want to look at?

  1. use git show refs/push-notifications
  2. use git show push-notifications
  3. use git show heads/refs/push-notifications
  4. use git show refs/heads/push-notifications

Answer: The correct answer of the above question is Option D:use git show refs/heads/push-notifications