dominikbulaj
11/27/2015 - 2:23 PM

git rename tag

git rename tag

git tag new old  # create new tag
git tag -d old   # remove old tag
git push origin :refs/tags/old # remove old tag from remote repository
git push --tags  # push tags