Is it possible to untag a revision that has been push upstream using git.
This is what has happened:
git tag 1.1
git push --tags origin master
Doh! That was meant to be version 1.1beta
Can you rebase and repush upstream. No other member of my team has pulled from origin yet.