Answers for "how to delete all tags in git repo"

0

git remove all tags

git tag | xargs git tag -d
Posted by: Guest on June-28-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language