rwxrob-dot/scripts/tag
Rob Muhlestein 2ea0289e9f Rebase
2022-02-09 02:29:05 -05:00

4 lines
85 B
Bash
Executable File

#!/bin/sh
test -z "$1" && latest && exit;
git tag -f "$1" && git push -f origin "$1"