Merge pull request #271 from bohnman/git-rename-tag-fix

tag to tags
This commit is contained in:
hemanth.hm 2014-11-08 11:14:59 +05:30
commit 1748fb29c5

View file

@ -9,4 +9,4 @@ test -z $new && echo "new tag name required." 1>&2 && exit 1
git tag $new $old
git tag -d $old
git push origin $new
git push origin :refs/tag/$old
git push origin :refs/tags/$old