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
This worked for me git describe --tags --abbrev=0
git describe --tags --abbrev=0