Comment supprimer un tag local ?
git tag -d <tag_name>
git remove tag<tag_name>
git delete tag <tag_name>
git tag --delete <tag_name>