Github:在提交历史记录中显示标签

tUr*_*G0n 6 tags git commit github bitbucket

I have a repository on github, and another on bitbucket. Both have some tags.

The thing is, bitbucket shows next to commits the tag they relate to, while github doesn't. Is there a way to show tags next to commit history? :)

Cheers.

Nic*_*don -9

显示包含提交的标签(即提交之前的标签):

git tag --contains <commit>
Run Code Online (Sandbox Code Playgroud)