SourceTree doesn't show remote tags

Viewed 2878

I've created a tag through Bitbucket website --> placed it by mistake on a commit in Develop branch not the master enter image description here

I wish to delete the tag. Connecting to my repository through SourceTree with Develop branch checkout. The tag isn't showing when clicking 'tag' on the left panel nor when clicking in 'tag' button in the menu and the tag modal window opens with no tags to remove

enter image description here

Please advise (I haven't installed git on my computer to access through command line)

1 Answers

To fetch "remote tags" with SourceTree:

  1. click the "Fetch" button,
  2. check the "Fetch all tags" checkbox,
  3. press "OK".

Then you should see that tag in the "Remove Tag" dialog.

Unfortunately this behavior cannot be enabled by default. It has been requested as an enhancement more than 5 years ago (!) but it is not yet available. See SRCTREEWIN-6618 (you can vote for it).

Related