git tag -d $(git tag -l)
git fetch
git push origin --delete $(git tag -l)

 

'DEV > Git' 카테고리의 다른 글

git 자주사용하는 명령어 옵션 정리  (0) 2019.10.07