added tag cleanup script

This commit is contained in:
Timo 2021-05-07 11:29:46 +03:00
parent 540641c5fe
commit 82997aa5cb
2 changed files with 4 additions and 0 deletions

View 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*")