add git rmtag

This commit is contained in:
Gabriel Augendre 2024-11-18 10:37:43 +01:00
parent b1efeb328f
commit cc26e27390

View file

@ -47,6 +47,7 @@
pushnoci = push -o ci.skip
diffs = diff --staged
restores = restore --staged
rmtag = ! "f() { git tag --delete $1; git push --delete origin $1; }; f"
[commit]
verbose = true
[rerere]