Could not find tag information

I use the "Create Tag" command in Git Extensions, select "Create Annotated Tag" there, enter the text as an annotation, the name of the tag, for example "Tag01". Later I can see the tag name "Tag01", but I can not find the annotation anywhere. It's easy to find the annotation by typing "git show Tag01" at the command line, but how to do it using the Git Extensions UI.

+5
source share

All Articles