Refname Master ambigu

# chances are, you've probably accidentally made a tag called "master"
git tag tag-master master
git tag -d master
Joeyeyey