Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git delete all tags local and remote

git tag -d $(git tag -l)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #delete #tags #local #remote
ADD COMMENT
Topic
Name
8+7 =