Open
Description
Is your feature request related to a problem? Please describe.
When looking at the graph, it is beneficial to see tags near commits. It will provide closer look as "git log --graph"
Describe the solution you'd like
To see tags along with commits. Only show tags attached to the commit. Not how github interprets them. The behavior should mimic "git log --graph"
Describe alternatives you've considered
git log --graph
Additional context
Add any other context or screenshots about the feature request here.