git tag | xargs git tag -d
Simply follow the Unix philosophy where you pipe everything.
On Windows use git bash with the same command.
git tag | xargs git tag -d
Simply follow the Unix philosophy where you pipe everything.
On Windows use git bash with the same command.