I have seen the commands git describe and git-name-rev but I have not managed to get them to list more than one tag.
git describe
git-name-rev
Example: I have the sh
For current commit you can use
git tag --points-at $(git log -n1 --pretty='%H')