How to list all tags pointing to a specific commit in git May 21, 2023 by Tarik git tag --points-at HEAD Shows all tags at HEAD, you can also substitute HEAD with any sha1 id.