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
+1
I run this in terminal:
$ git tag -l | xargs git tag -d
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Me too
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please make this happen, I need this in a regular basis!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I need that too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.