Files

4 lines
71 B
Bash
Executable File

#!/bin/sh
git tag -fa v1 -m "Update v1 tag"
git push origin v1 --force