Removing of all git tags in the remote (the commands should be executed from a local environment) could be achieved in these few simple steps: Delete all local tags: git tag -d $(git tag -l) Fetch...