Answers for "how to delete tag git"

0

gir remove tag

git tag -d <tag_name>
Posted by: Guest on January-11-2022
0

remove git tag

git tag -d tagName
Posted by: Guest on February-10-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language