I\'m having trouble finding out which tag is currently checked out.
When I do:
git checkout tag1 git branch
I can\'t seem to find
git log --decorate
This will tell you what refs are pointing to the currently checked out commit.