Tag¶delete local tag¶git tag -d 1.0.0 delete remote tag¶git push --delete origin 1.0.0 git push --delete upstream 1.0.0