Answers for "how to remove all tags from git"

0

git remove all tags

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

Code answers related to "how to remove all tags from git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language