Help for this page
git tag -d $(git tag)
#!/usr/bin/perl ... $git = `git fetch --tags 2>&1`; print "What's here? --- $git\n";