Git tag

Classé dans : Non classé | 0
Lets start tagging!. This story will pretty much cover… | by Keshan  Nageswaran | Medium
To clean git tag, you need for each client of your repository to do :
git tag -d $(git tag)
git fetch --tags