I\'m trying to push a new local branch product-0.2 to remote where there is already a tag with the same name (but the branch itself does not exist)
product-0.2
If you're trying to push a tag that has the same name of a branch:
git push origin tag myTag