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 out which tag I’m on. It only logs:
* (no branch)
master
Is it possible to find out which tags are checked out? In the above example, this would be tag1
.