rwxrob-dot/scripts/tag

4 lines
85 B
Plaintext
Raw Normal View History

2022-02-09 07:29:05 +00:00
#!/bin/sh
test -z "$1" && latest && exit;
git tag -f "$1" && git push -f origin "$1"