git tag -a Text4Tag -m "Annotation messages" commit-sha-f388jjd03
If the sha of any commit is omitted, the current head is used.
-a for annotated -m for message as with commit
git tag --list -n OR
git tag -ln
git diff oneTag..secondTag