How to list all tags along with the full message in git?

前端 未结 8 568
忘了有多久
忘了有多久 2020-12-07 07:12

I want git to list all tags along with the full annotation or commit message. Something like this is close:

git tag -n5

This does exactly w

8条回答
  •  旧时难觅i
    2020-12-07 07:41

    I prefer doing this on the command line, but if you don't mind a web interface and you use GitHub, you can visit https://github.com/user/repo/tags and click on the "..." next to each tag to display its annotation.

提交回复
热议问题