In our company we use Git tags to trigger production builds. I just created a tag locally with
git tag -m "Tag message"
but realize I've made a typo mistake, which will mess up with the production build if I share the tag (push it to remote).
Can I remove or amend the tag as I would be able to do with commits? I haven't pushed the tag to the remote repository yet.