added tag cleanup script
This commit is contained in:
parent
540641c5fe
commit
82997aa5cb
4
tools/scripts/clear-branch-tags.sh
Executable file
4
tools/scripts/clear-branch-tags.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
git fetch --all
|
||||
git push -d origin $(git tag -l "BRANCH*")
|
||||
git tag -d $(git tag -l "BRANCH*")
|
||||
Loading…
x
Reference in New Issue
Block a user