MCQs>IT & Programming>Git>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?
Git MCQs
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?
Answer
Correct Answer: Use git show refs/heads/push-notifications
Explanation:
Note: This Question is unanswered, help us to find answer for this one