How to see remote tags?
问题 In Atlassian SourceTree, how to know which tags are only local and which are also in remote? When creating a tag you get the option "Push tag to: ...", but how to know if a tag has been pushed or not after it is created? I can see all my tags locally, but I need to be sure that they are present in remote so that other developers can pull them. 回答1: Even without cloning or fetching, you can check the list of tags on the upstream repo with git ls-remote: git ls-remote --tags /url/to/upstream