.dotfiles/.bin/git-vtag
2024-04-30 18:24:24 +02:00

4 lines
43 B
Bash
Executable file

#!/usr/bin/env sh
git tag -sm "v$1" "v$1"