Deleting remote tags with Git

I really like Git. It is an awesome tool, and since it’s also the VCS that got me into managing my source code (and other stuff), I’ve never really felt it was that hard to learn. But then the other day I suddenly needed to delete a remote tag. Deleting tags locally is dead simple: [...]