1) Create the tag with new name from old tag:
git tag <new_tag> <old_tag>
git tag -d <old_tag>
git push origin :refs/tags/<old_tag>
git push --tags
git fetch -f
"L'informatica a modo mio" blog aims to collect tutorials, quick guides, how to, etc... about tools, frameworks and technologies in information technology. Some detailed topics concern the source version control systems as Apache Subversion and Git.
git tag <new_tag> <old_tag>
git tag -d <old_tag>
git push origin :refs/tags/<old_tag>
git push --tags
git fetch -f
No comments:
Post a Comment