I have a tag already pushed onto the remote. When another user creates the same tag and tries to push, the push will fail because the tag already exists on the remote.
Bu
This will force push all the tags and overwrite the existing ones.
git push -f --tags