Answers for "how to delete all the git tags locally"

2

git delete all tags local and remote

git tag -d $(git tag -l)
Posted by: Guest on January-26-2021

Code answers related to "how to delete all the git tags locally"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language