Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to delete multiple tags in SourceTree

Terry Beavers September 22, 2014

We have multiple build tags in BitBucket that I want to delete since they are no longer needed.  The tag names start with "sqa_", such as sqa_v14.1.1_b100, sqa_v14.1.1_b101, etc.

It looks like it is possible to delete multiple branches through SourceTree using a checkbox, but I do not see similar functionality available for tags.

Is it possible to delete multiple tags through SourceTree and if so, how?

 

Thanks for your support,

 

Terry

 

7 answers

0 votes
Gautham Kumar Bavandla
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 10, 2021

+1

0 votes
bauerdev August 24, 2020

I run this in terminal:

$ git tag -l | xargs git tag -d

 

(source: https://stackoverflow.com/questions/1841341/remove-local-git-tags-that-are-no-longer-on-the-remote-repository)

 

I tried to add this as 'Custom Action' in SourceTree, but I get '

launch path not accessible', no easy fix (which is beyond me, looks simple enough, run a git command).

0 votes
Virendra Shekhawat
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 2, 2019

+1

0 votes
Daniel Fritzsch
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 12, 2018

+1

0 votes
Daniel Klöck
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 23, 2018

Me too

0 votes
Simone Scarduzio
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
October 14, 2017

Please make this happen, I need this in a regular basis!

0 votes
rbrock
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 18, 2014

I need that too.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events