Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 github 上有一个存储库,另一个在 bitbucket 上。两者都有一些标签。
问题是,bitbucket 在提交他们相关的标签旁边显示,而 github 没有。有没有办法在提交历史旁边显示标签?:)
干杯。
要显示包含提交的标签(即在提交之前添加标签):
git tag --contains <commit>