I'd like to push all tags except a couple which are not needed. Is it possible do it without deleting them first?
The scenario: an automated release system assigns a release tag to the latest commit of the master branch, say V3.1. It also moves the 'LATEST' tag to the same new commit. (in reality there are more unique and non-unique tags created).
So, i'd like to do push --tags but ignore the 'LATEST'. Any idea how to do it?