rogerxu / git-tips

Tips for Git
Apache License 2.0
2 stars 3 forks source link

Delete multiple tags #28

Open rogerxu opened 7 years ago

rogerxu commented 7 years ago

How to delete multiple tags?

rogerxu commented 7 years ago
$ git tag -l | grep builds/* | xargs git tag -d