git tag to list tags used in the repo.
git tag -l if you use the -l option you can pass a search pattern to filter out tags.
git tag to list tags used in the repo.
git tag -l if you use the -l option you can pass a search pattern to filter out tags.