#!/bin/sh git tag -fa v1 -m 'Update tag v1' git push -f --tags