mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 05:58:06 +01:00
add git rmtag
This commit is contained in:
parent
b1efeb328f
commit
cc26e27390
1 changed files with 1 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue