.dotfiles/.bin/git-vtag

4 lines
43 B
Plaintext
Raw Permalink Normal View History

2024-04-30 16:24:24 +00:00
#!/usr/bin/env sh
git tag -sm "v$1" "v$1"