Answers for "rename tag git"

2

rename tag git

git tag new old
git tag -d old
git push origin new :old
Posted by: Guest on March-19-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language