Skip to content

Commit

Permalink
Create cleanup-tags.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantum64 authored Dec 16, 2017
1 parent 93b8ee9 commit fe3acde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cleanup-tags.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
git config remote.origin.url https://Quantum64:${TOKEN}@github.com/Quantum64/ExGregilo.git
TAGS=$(git tag);
git tag -d $TAGS;
for TAG in $TAGS; do git push origin :refs/tags/$TAG; done;

0 comments on commit fe3acde

Please sign in to comment.