Linux Community
git tag does not have a --verbose option. git tag -v is to verify the gpg signature of the given tag names. It does not have a long option, like --verify In many console tools, the -v option if for verbosity.
git tag
--verbose
git tag -v
--verify