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
The following command should work.
git push origin refs/heads/product-0.2:refs/heads/product-0.2