Answers for "git move tag position"

0

git move tag position

git push origin :refs/tags/<tagname>

git tag -fa <tagname>

git push origin master --tags
Posted by: Guest on May-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language